Skip to content

Commit

Permalink
Update ci-with-conda.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ASintsova authored Feb 8, 2024
1 parent fddb71b commit d280551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-with-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file mbarq_environment.yaml --name base
conda install mamba
mamba env update --file mbarq_environment.yaml --name base
- name: Lint with flake8
run: |
conda install flake8
Expand Down

0 comments on commit d280551

Please sign in to comment.