Skip to content

Commit

Permalink
CI: use renamed dev environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Jul 31, 2022
1 parent 4259eca commit 6f3f955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
conda install -c conda-forge mamba=0.20.0
- name: Install dependencies
run: |
mamba env update --file environment-test.yml --name base
mamba env update --file dev-environment.yml --name base
- name: Install current project in dev mode
run: |
pip install -e .
Expand Down

0 comments on commit 6f3f955

Please sign in to comment.