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 May 24, 2024
1 parent b9b9d08 commit e11990a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install -y python=${{ matrix.pyv }}
echo $CONDA/bin >> $GITHUB_PATH
conda env update --file environment.yml --name base
- name: Lint with flake8
run: |
Expand Down

0 comments on commit e11990a

Please sign in to comment.