Skip to content

Commit

Permalink
Activate env in win
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Feb 5, 2024
1 parent adbdc51 commit c31bded
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
- name: Build
shell: cmd /C call {0}
run: |
micromamba activate xeus-zmq
set CL=/MP
ninja install
working-directory: build
Expand All @@ -126,6 +127,7 @@ jobs:
max_attempts: 4
shell: cmd
command: |
micromamba activate xeus-zmq
set PATH=%CONDA_PREFIX%;%CONDA_PREFIX%\\Scripts;%CONDA_PREFIX%\\Library;%CONDA_PREFIX%\\Library\\bin;%PATH%
cd build
ctest --output-on-failure

0 comments on commit c31bded

Please sign in to comment.