We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c8251e + 7b9cb8b commit db8073aCopy full SHA for db8073a
.github/workflows/pre.yml
@@ -37,11 +37,12 @@ jobs:
37
libxcb-render-util0 libxcb-xinerama0 \
38
libxcb-xinput0 libxcb-xfixes0"
39
40
- - name: Install & test
+ - name: Install dependencies
41
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
+ python -m pip install --upgrade pip
+ python -m pip install tox tox-gh-actions
+ - name: Test with tox
45
+ run: tox --conf tox.ini --pre
46
47
# If something goes wrong, we can open an issue in the repo
48
- name: Report Failures
requirements/requirements-test.txt
@@ -1,3 +1,4 @@
1
pytest
2
pytest-cov
3
+pydantic==2.12.5
4
ome-zarr-models
0 commit comments