Skip to content

Commit

Permalink
CI #316 pick tiled version
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Dec 23, 2023
1 parent ae2028c commit 4da2327
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/conda_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ jobs:
databroker-version:
- "1.2.5"
- "2.0.0b31"
include:
- databroker-version: "1.2.5"
tiled-version:
- "0.1.0a96"
- databroker-version: "1.2.5"
tiled-version:
- "0.1.0a110"

steps:
- uses: actions/checkout@v4
Expand All @@ -50,6 +57,7 @@ jobs:
pytest-cov
python=${{ matrix.python-version }}
databroker=${{ matrix.databroker-version }}
tiled=${{ matrix.tiled-version }}
- name: conda environments
shell: bash -l {0}
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ dependencies:
- suitcase-mongo
- suitcase-msgpack
- suitcase-utils
- tiled
- tqdm
- pip:
- coveralls
Expand Down

0 comments on commit 4da2327

Please sign in to comment.