Skip to content

Commit 35782da

Browse files
authored
Update python-package-conda.yml
1 parent 1f67479 commit 35782da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
echo $CONDA/bin >> $GITHUB_PATH
2121
- name: Install dependencies
2222
run: |
23-
conda env update --file environment.yml --name base
23+
conda env update --file environment.txt --name base
2424
- name: Lint with flake8
2525
run: |
2626
conda install flake8

0 commit comments

Comments
 (0)