Skip to content

Commit

Permalink
CI #19 try caproto
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Apr 12, 2024
1 parent 5129f05 commit 3f219db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
environment-file: environment.yml
environment-name: anaconda-test-env-py-${{ matrix.python-version }}
create-args: >-
caproto
coveralls
pytest
pytest-cov
Expand Down
3 changes: 3 additions & 0 deletions apsbss/tests/test_apsbss.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import uuid

from ophyd.signal import EpicsSignalBase
import ophyd

from .. import apsbss
from .. import apsbss_makedb
Expand All @@ -22,6 +23,8 @@
SRC_PATH = pathlib.Path(__file__).parent.parent


ophyd.set_cl("caproto") # switch command layers

# set default timeout for all EpicsSignal connections & communications
try:
EpicsSignalBase.set_defaults(
Expand Down

0 comments on commit 3f219db

Please sign in to comment.