We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2ce6e commit e9f781bCopy full SHA for e9f781b
.github/workflows/python-package.yml
@@ -35,6 +35,7 @@ jobs:
35
run: |
36
python -m pip install --upgrade pip
37
python -m pip install flake8 pytest coverage
38
+ python -m pip install -r requirements-dev.txt
39
pip install -e ".[dev]"
40
- name: Lint with flake8
41
@@ -59,6 +60,7 @@ jobs:
59
60
61
62
63
64
65
66
- name: Lint with flake8 in container
requirements-dev.txt
@@ -2,4 +2,4 @@
2
3
numpy
4
twine
5
-pydantic==2.0.2
+pydantic==2.0.3
0 commit comments