Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 2, 2024
1 parent 49e6ef9 commit 251086b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
prepare: |
set -e
printenv
pwd
find /
./scripts/internal/install-sysdeps.sh
./psutil/scripts/internal/install-sysdeps.sh
run: |
set -e
gmake install-pydeps install print-sysinfo test test-memleaks
Expand All @@ -40,8 +41,9 @@ jobs:
prepare: |
set -e
printenv
pwd
find /
./scripts/internal/install-sysdeps.sh
./psutil/scripts/internal/install-sysdeps.sh
run: |
set -e
PIP_BREAK_SYSTEM_PACKAGES=1 gmake install-pydeps install print-sysinfo test test-memleaks
Expand All @@ -58,8 +60,9 @@ jobs:
prepare: |
set -e
printenv
pwd
find /
./scripts/internal/install-sysdeps.sh
./psutil/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 251086b

Please sign in to comment.