Skip to content

Commit

Permalink
Update python-package-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rcervinoucm authored Jul 4, 2024
1 parent 400b7a8 commit 6cbfbad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
- name: Check packages
run: |
conda list
conda env update --file environment.yml --name base
- name: Lint with flake8
run: |
conda install flake8
Expand Down

0 comments on commit 6cbfbad

Please sign in to comment.