Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
servilla authored Jun 6, 2024
1 parent cbc0326 commit 313395d
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 @@ -23,7 +23,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment-min.yml --name base
conda --no-plugins env update --file environment-min.yml --name base
- name: Lint with flake8
run: |
conda install flake8 --solver=classic
Expand Down

0 comments on commit 313395d

Please sign in to comment.