Skip to content

Commit

Permalink
TST: remove executable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmTalbot committed Feb 23, 2024
1 parent 2b0d6c2 commit 7ba2fe1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/basic-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
python -c "import bilby.hyper"
python -c "import cli_bilby"
python test/import_test.py
- if: ${{ matrix.os != "windows-latest" }}
run: |
for script in $(pip show -f bilby | grep "bin\/" | xargs -I {} basename {}); do
${script} --help;
done
# - if: ${{ matrix.os != "windows-latest" }}
# run: |
# for script in $(pip show -f bilby | grep "bin\/" | xargs -I {} basename {}); do
# ${script} --help;
# done

0 comments on commit 7ba2fe1

Please sign in to comment.