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 2ce42eb commit 96095e8Copy full SHA for 96095e8
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
python-version: ${{matrix.python-version}}
18
- run: |
19
- if [[ $(uname) == Linux ]]; then sudo apt-get install --no-install-recommends python3-openssl python3-lxml; fi
+ if [[ $(uname) == Linux ]]; then sudo apt-get install --no-install-recommends python3-openssl python3-lxml python3-certifi; fi
20
- run: make install
21
- if: ${{matrix.python-version == '3.12'}}
22
run: make lint
0 commit comments