Skip to content

Commit

Permalink
try to fix netbsd conf
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Apr 12, 2023
1 parent 91832b8 commit 4aa5500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
set +e
pkg_add -v pkgin
pkgin update
pkgin -y install python311-* gcc12-* python311-setuptools python311-pip
pkgin avail
pkgin -y install python311-* gcc12-*
run: |
set +e
make install-pip PYTHON=python3.11
Expand Down

0 comments on commit 4aa5500

Please sign in to comment.