Skip to content

Commit 3639618

Browse files
authored
Update python-package-conda.yml
1 parent adaa6e1 commit 3639618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
echo $CONDA/bin >> $GITHUB_PATH
2121
- name: Install dependencies
2222
run: |
23+
conda install --file environment.yml --name base
2324
conda update --file environment.yml --name base
2425
- name: Lint with flake8
2526
run: |

0 commit comments

Comments
 (0)