Skip to content

Commit e9f781b

Browse files
committed
Fix build
1 parent 9f2ce6e commit e9f781b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
run: |
3636
python -m pip install --upgrade pip
3737
python -m pip install flake8 pytest coverage
38+
python -m pip install -r requirements-dev.txt
3839
pip install -e ".[dev]"
3940
- name: Lint with flake8
4041
run: |
@@ -59,6 +60,7 @@ jobs:
5960
run: |
6061
python -m pip install --upgrade pip
6162
python -m pip install flake8 pytest coverage
63+
python -m pip install -r requirements-dev.txt
6264
pip install -e ".[dev]"
6365
6466
- name: Lint with flake8 in container

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
numpy
44
twine
5-
pydantic==2.0.2
5+
pydantic==2.0.3

0 commit comments

Comments
 (0)