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

0 comments on commit c48f9cc

Please sign in to comment.