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 11, 2023
1 parent 8719657 commit 8806e18
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ jobs:
pkg_add -v pkgin
pkgin update
pkgin -y install python311-* gcc12-*
which python
which python3
run: |
set +e
make install-pip PYTHON=python
python -m pip install --user setuptools
make install PYTHON=python
make test PYTHON=python
make test-memleaks PYTHON=python
make install-pip
python3 -m pip install --user setuptools
make install
make test
make test-memleaks

0 comments on commit 8806e18

Please sign in to comment.