We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f67479 commit 35782daCopy full SHA for 35782da
.github/workflows/python-package-conda.yml
@@ -20,7 +20,7 @@ jobs:
20
echo $CONDA/bin >> $GITHUB_PATH
21
- name: Install dependencies
22
run: |
23
- conda env update --file environment.yml --name base
+ conda env update --file environment.txt --name base
24
- name: Lint with flake8
25
26
conda install flake8
0 commit comments