Skip to content

Commit db8073a

Browse files
authored
Merge pull request #543 from pwalczysko/master
Fix Test pre-releases
2 parents 2c8251e + 7b9cb8b commit db8073a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/pre.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ jobs:
3737
libxcb-render-util0 libxcb-xinerama0 \
3838
libxcb-xinput0 libxcb-xfixes0"
3939

40-
- name: Install & test
40+
- name: Install dependencies
4141
run: |
42-
python -m pip install -U pip setuptools wheel pytest
43-
python -m pip install -r requirements/requirements-dev.txt
44-
tox -e ${{ matrix.toxenv }} --pre
42+
python -m pip install --upgrade pip
43+
python -m pip install tox tox-gh-actions
44+
- name: Test with tox
45+
run: tox --conf tox.ini --pre
4546

4647
# If something goes wrong, we can open an issue in the repo
4748
- name: Report Failures

requirements/requirements-test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pytest
22
pytest-cov
3+
pydantic==2.12.5
34
ome-zarr-models

0 commit comments

Comments
 (0)