Skip to content

Commit 5ab3826

Browse files
committed
Pin pydantic==2.12.5, in pre.yml retain --pre flag, use tox.ini
1 parent 2c8251e commit 5ab3826

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.github/workflows/pre.yml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff 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

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)