Skip to content

Commit

Permalink
TST: another attempt to disable executable tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmTalbot authored Feb 22, 2024
1 parent 32a8cb0 commit 22488bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/basic-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
python -c "import bilby.hyper"
python -c "import cli_bilby"
python test/import_test.py
- name: Test executables
# I don't understand windows shell commands
if: matrix.os != "windows-latest"
- if: ${{ matrix.os != "windows-latest" }}
run: |
for script in $(pip show -f bilby | grep "bin\/" | xargs -I {} basename {}); do
${script} --help;
Expand Down

0 comments on commit 22488bc

Please sign in to comment.