Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed May 2, 2024
1 parent 27f6041 commit 2b16eb6
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/CI_WISDEM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,13 @@ jobs:
#- name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

# Run all tests
- name: Run tests
if: false == contains( matrix.os, 'windows')
- name: Run all tests
if: contains( matrix.os, 'ubuntu')
run: |
pytest -p no:warnings --disable-warnings --cov=wisdem
# Run limited test on WINDOWS
- name: Limited Windows test
if: contains( matrix.os, 'windows')
- name: Limited test for non Linux
if: false == contains( matrix.os, 'ubuntu')
run: |
cd wisdem/test/test_gluecode
pytest -p no:warnings --disable-warnings test_g*
Expand Down Expand Up @@ -137,7 +135,7 @@ jobs:
- name: Install WISDEM with setup
env:
MESON_ARGS: "-Dpython_target=${{ steps.cp.outputs.python-path }} $MESON_ARGS"
MESON_ARGS: "-Dpython_target=${{ steps.cp.outputs.python-path }}"
run: |
'${{ steps.cp.outputs.python-path }}' -m pip install --upgrade pip install pytest numpy
'${{ steps.cp.outputs.python-path }}' -m pip install -v .
Expand Down

0 comments on commit 2b16eb6

Please sign in to comment.