Skip to content

Commit

Permalink
[workflows] create dedicated conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Apr 11, 2024
1 parent 7b0f5c7 commit c4690eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file environment.yml --name base
conda env create --file environment.yml
conda activate sp_test
- name: Lint with flake8
run: |
conda install flake8
Expand Down

0 comments on commit c4690eb

Please sign in to comment.