Skip to content

Commit 6f3f955

Browse files
committed
CI: use renamed dev environment file
1 parent 4259eca commit 6f3f955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
conda install -c conda-forge mamba=0.20.0
3030
- name: Install dependencies
3131
run: |
32-
mamba env update --file environment-test.yml --name base
32+
mamba env update --file dev-environment.yml --name base
3333
- name: Install current project in dev mode
3434
run: |
3535
pip install -e .

0 commit comments

Comments
 (0)