Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Brøns Christensen <[email protected]>
  • Loading branch information
JohannesBroens authored Dec 22, 2023
1 parent 3a6f175 commit addf4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name ML_QC
conda env update --file '.github/workflows/environment.yml' --name ML_QC
- name: Lint with flake8
run: |
conda install flake8
Expand Down

0 comments on commit addf4e7

Please sign in to comment.