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 e09e8aa commit 4e6662eCopy full SHA for 4e6662e
.github/workflows/python-package-conda.yml
@@ -28,9 +28,6 @@ jobs:
28
auto-update-conda: true
29
environment-file: environment.yml
30
python-version: ${{ matrix.python-version }}
31
- # versions <= 1.5 of pydantic are not available with Python 3.9
32
- - run: conda install "pydantic <= 1.5"
33
- if: ${{ matrix.python-version != 3.9 }}
34
- run: conda info
35
- run: conda list
36
- run: conda config --show
environment.yml
@@ -12,4 +12,5 @@ dependencies:
12
- pytest>=3.5
13
- flake8
14
- pip:
15
- - pytest-flake8
+ - pytest-flake8
16
+ - pydantic==1.5
0 commit comments