Skip to content

Commit

Permalink
maybe shell issue on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed May 31, 2024
1 parent 4b3e0a5 commit 52be743
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ jobs:
- name: Set execute permissions on run_tests.sh
run: chmod +x .github/run_tests.sh
shell: bash
- name: See where we are
run: |
pwd
ls -l
shell: bash
- name: Test core
run: pytest -m "core"
- name: Test extractors
Expand Down

0 comments on commit 52be743

Please sign in to comment.