Skip to content

Commit 104fa20

Browse files
committed
trying to fix python-package-conda.yml
1 parent c5c1ca1 commit 104fa20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
environment-file: environment.yml
3030
python-version: ${{ matrix.python-version }}
3131
# versions <= 1.5 of pydantic are not available with Python 3.9
32-
- run: conda install pydantic<=1.5
32+
- run: conda install "pydantic <= 1.5"
3333
if: ${{ matrix.python-version != 3.9 }}
3434
- run: conda info
3535
- run: conda list

0 commit comments

Comments
 (0)