Skip to content

Commit 8d09d0d

Browse files
try without PKG_CONFIG_PATH, try2
1 parent cda86e8 commit 8d09d0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ jobs:
119119
pip install -ve .
120120
121121
- name: Run pytest via tox
122-
env:
123-
# We already have this in the global environment, but something overrides it.
124-
# So set it here again.
125-
PKG_CONFIG_PATH: "/opt/homebrew/opt/openssl@3.0/lib/pkgconfig:$PKG_CONFIG_PATH"
122+
# env:
123+
# # We already have this in the global environment, but something overrides it.
124+
# # So set it here again.
125+
# PKG_CONFIG_PATH: "/opt/homebrew/opt/openssl@3.0/lib/pkgconfig:$PKG_CONFIG_PATH"
126126
run: |
127127
# Do not use fakeroot; run as root. Avoids the dreaded sporadic EISDIR failures; see #2482.
128128
#sudo -E bash -c "tox -e py"

0 commit comments

Comments
 (0)