Skip to content

Commit

Permalink
Debug windowns tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Mar 4, 2024
1 parent 3c59113 commit ecd43d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,9 @@ jobs:

- name: Test xeus-python C++
shell: cmd /C call {0}
run: .\test_xeus_python
run: |
micromamba activate xeus-python
test_xeus_python
timeout-minutes: 4
working-directory: build\test

Expand Down

0 comments on commit ecd43d1

Please sign in to comment.