Skip to content

Commit

Permalink
moving the debug
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgiuliani committed Apr 19, 2024
1 parent 9a64dee commit 6c8d884
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
set -ex
which python
- uses: actions/checkout@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: apt-get stuff needed for libstell and vmec
run: |
sudo apt-get update
Expand Down Expand Up @@ -169,6 +165,11 @@ jobs:
run: env CMAKE_BUILD_TYPE=Debug pip install -v .[MPI,SPEC]
# run: pip install -v ".[MPI,SPEC,VIS]"

- uses: actions/checkout@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3


- name: Verify that importing simsopt does not automatically initialize MPI
run: ./tests/verify_MPI_not_initialized.py

Expand Down

0 comments on commit 6c8d884

Please sign in to comment.