Skip to content

Commit

Permalink
Fix micromamba call
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Dec 27, 2023
1 parent 8d123d8 commit 55e1e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@ jobs:
- name: build
shell: cmd /C CALL {0}
run: |
call C:\Users\runneradmin\micromamba-root\condabin\micromamba.bat activate xeus_cookiecutter_test_env
micromamba activate xeus_cookiecutter_test_env
cd xeus-mylang/bld
set CL=/MP
nmake install
- name: test
shell: cmd /C CALL {0}
run: |
call C:\Users\runneradmin\micromamba-root\condabin\micromamba.bat activate xeus_cookiecutter_test_env
micromamba activate xeus_cookiecutter_test_env
cd xeus-mylang/test
pytest . --reruns 5
Expand Down

0 comments on commit 55e1e02

Please sign in to comment.