Skip to content

Commit 592adf5

Browse files
committed
one more attempt..
1 parent 7584999 commit 592adf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ jobs:
3838
python-version: ${{ matrix.python-version }}
3939
auto-activate-base: true
4040
miniconda-version: "latest"
41+
activate-environment: shapepipe-dev
4142

4243
- name: Install package
4344
shell: bash -l {0}
4445
run: |
45-
conda activate test
46+
conda activate shapepipe-dev
4647
./install_shapepipe --env-dev --develop
4748
4849
- name: Run tests

0 commit comments

Comments
 (0)