Skip to content

Commit

Permalink
CI: Fix scipy and scilab steps.
Browse files Browse the repository at this point in the history
[test scilab] [test scipy]
  • Loading branch information
WarrenWeckesser committed Sep 9, 2024
1 parent aa0e610 commit 7f58545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:
if: "contains(github.event.head_commit.message, '[test all]') || contains(github.event.head_commit.message, '[test scilab]')"
run: |
cd tests/test_scilab
sudo bash test_scilab.sh
sudo bash run_test.sh
cd ..
- name: test_scipy
if: "contains(github.event.head_commit.message, '[test all]') || contains(github.event.head_commit.message, '[test scipy]')"
run: |
cd tests/test_scipy
sudo bash test_scipy.sh
sudo bash run_test.sh
cd ..

0 comments on commit 7f58545

Please sign in to comment.