Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gouarin committed Jun 4, 2024
1 parent 9e10c7b commit 587cf01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ jobs:
shell: bash -l {0}
run: |
# export LD_LIBRARY_PATH="$CONDA_PREFIX/lib:$LD_LIBRARY_PATH"
./build/test/test_scopi
cd build
./test/test_scopi
macos-mamba:
needs: [pre-commit, cppcheck]
Expand Down Expand Up @@ -214,4 +215,5 @@ jobs:
- name: Run tests
shell: bash -l {0}
run: |
./build/test/test_scopi
cd build
./test/test_scopi

0 comments on commit 587cf01

Please sign in to comment.