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 251086b commit 7d33167
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/bsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
set -e
printenv
pwd
find /
./psutil/scripts/internal/install-sysdeps.sh
./psutil/psutil/scripts/internal/install-sysdeps.sh
run: |
set -e
gmake install-pydeps install print-sysinfo test test-memleaks
Expand All @@ -42,8 +41,7 @@ jobs:
set -e
printenv
pwd
find /
./psutil/scripts/internal/install-sysdeps.sh
./psutil/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 @@ -61,8 +59,7 @@ jobs:
set -e
printenv
pwd
find /
./psutil/scripts/internal/install-sysdeps.sh
./psutil/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 7d33167

Please sign in to comment.