Skip to content

Commit 013a57d

Browse files
committed
add activation
1 parent 8442ef5 commit 013a57d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,17 @@ jobs:
4141
- name: Build
4242
shell: cmd /C CALL {0}
4343
run: |
44+
call micromamba activate ci_environment
45+
4446
mkdir build
4547
cd build
4648
cmake -GNinja ..
4749
ninja
4850
4951
- name: Test
50-
shell: cmd /C CALL {0}
51-
run: |
52+
shell: cmd /C call {0}
53+
run: |
54+
call micromamba activate ci_environment
55+
5256
cd build
5357
ninja test

0 commit comments

Comments
 (0)