File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,18 @@ 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
46+
47+ # - name: Install & test
48+ # run: |
49+ # python -m pip install -U pip setuptools wheel pytest
50+ # python -m pip install -r requirements/requirements-dev.txt
51+ # tox -e ${{ matrix.toxenv }} --pre
4552
4653 # If something goes wrong, we can open an issue in the repo
4754 - name : Report Failures
Original file line number Diff line number Diff line change 11pytest
22pytest-cov
3+ pydantic==2.12.5
34ome-zarr-models
You can’t perform that action at this time.
0 commit comments