Skip to content

Commit

Permalink
try to fix install-sysdeps.sh path
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 2, 2024
1 parent dab69e9 commit 0558342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
usesh: true
prepare: |
set -e
scripts/internal/install-sysdeps.sh
./scripts/internal/install-sysdeps.sh
run: |
set -e
gmake install-pydeps install print-sysinfo test test-memleaks
Expand All @@ -37,7 +37,7 @@ jobs:
usesh: true
prepare: |
set -e
scripts/internal/install-sysdeps.sh
./scripts/internal/install-sysdeps.sh
run: |
set -e
PIP_BREAK_SYSTEM_PACKAGES=1 gmake install-pydeps install print-sysinfo test test-memleaks
Expand All @@ -53,7 +53,7 @@ jobs:
usesh: true
prepare: |
set -e
scripts/internal/install-sysdeps.sh
./scripts/internal/install-sysdeps.sh
run: |
set -e
PIP_BREAK_SYSTEM_PACKAGES=1 gmake install-pydeps install print-sysinfo test test-memleaks

0 comments on commit 0558342

Please sign in to comment.