Skip to content

Commit 4e6662e

Browse files
committed
try to install pydantic using pip
1 parent e09e8aa commit 4e6662e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/python-package-conda.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
auto-update-conda: true
2929
environment-file: environment.yml
3030
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 }}
3431
- run: conda info
3532
- run: conda list
3633
- run: conda config --show

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ dependencies:
1212
- pytest>=3.5
1313
- flake8
1414
- pip:
15-
- pytest-flake8
15+
- pytest-flake8
16+
- pydantic==1.5

0 commit comments

Comments
 (0)