fix(python) (#849)

* fix(python)

* ubuntu-latest has pip
This commit is contained in:
Jacob Heider 2023-03-23 16:32:12 -04:00 committed by GitHub
parent 309b227cf0
commit dc9057f62a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,8 @@ dependencies:
sqlite.org: 3
gnu.org/readline: 8
invisible-island.net/ncurses: 6
linux:
oracle.com/berkeley-db: 18
build:
dependencies:
@ -111,6 +113,8 @@ build:
confdir:
$libdir/config-{{version.marketing}}-darwin
linux:
ARGS:
- --with-dbmliborder=bdb
ARCH: ${{hw.arch}}
confdir:
$libdir/config-{{version.marketing}}-${ARCH/-/_}-linux-gnu
@ -143,7 +147,7 @@ test:
# Verify that the selected DBM interface works
python $FIXTURE
if which pip; then
if which -a pip | grep '{{ prefix }}'; then
exit 1
fi