We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda86e8 commit 8d09d0dCopy full SHA for 8d09d0d
.github/workflows/ci.yml
@@ -119,10 +119,10 @@ jobs:
119
pip install -ve .
120
121
- 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"
+ # env:
+ # # We already have this in the global environment, but something overrides it.
+ # # So set it here again.
+ # PKG_CONFIG_PATH: "/opt/homebrew/opt/openssl@3.0/lib/pkgconfig:$PKG_CONFIG_PATH"
126
run: |
127
# Do not use fakeroot; run as root. Avoids the dreaded sporadic EISDIR failures; see #2482.
128
#sudo -E bash -c "tox -e py"
0 commit comments