Skip to content

Commit 27dcace

Browse files
committed
try this
1 parent a0603aa commit 27dcace

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
allow-prereleases: true
6363

6464
- name: Install package
65-
run: python -m pip install .[dev]
65+
run: python -m pip install .[test]
6666
# - name: Setup Pixi
6767
# uses: prefix-dev/setup-pixi@v0.8.8
6868
# with:

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ test = [
4141
"pytest-cov >=3",
4242
"pytest-asyncio >=0.18",
4343
"caproto[standard] >=0.4.2rc1,!=1.2.0",
44-
"tiled",
44+
"tiled[minimal-client]",
45+
"tiled[minimal-server]",
4546
"ophyd >=v1.10.6",
4647
"pytest-watcher",
4748
]

0 commit comments

Comments
 (0)