Skip to content

Commit

Permalink
another attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Oct 2, 2024
1 parent a92e728 commit 7972d4d
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 @@ -24,7 +24,7 @@ jobs:
printenv
pwd
ls -la
./home/runner/work/psutil/psutil/scripts/internal/install-sysdeps.sh
sh work/psutil/psutil/scripts/internal/install-sysdeps.sh
run: |
set -e
gmake install-pydeps install print-sysinfo test test-memleaks
Expand All @@ -43,7 +43,7 @@ jobs:
printenv
pwd
ls -la
./home/runner/work/psutil/psutil/scripts/internal/install-sysdeps.sh
sh work/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 @@ -62,7 +62,7 @@ jobs:
printenv
pwd
ls -la
./home/runner/work/psutil/psutil/scripts/internal/install-sysdeps.sh
sh work/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 7972d4d

Please sign in to comment.