Skip to content

Commit 96095e8

Browse files
committed
Install python3-certifi in ubuntu
1 parent 2ce42eb commit 96095e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: ${{matrix.python-version}}
1818
- run: |
19-
if [[ $(uname) == Linux ]]; then sudo apt-get install --no-install-recommends python3-openssl python3-lxml; fi
19+
if [[ $(uname) == Linux ]]; then sudo apt-get install --no-install-recommends python3-openssl python3-lxml python3-certifi; fi
2020
- run: make install
2121
- if: ${{matrix.python-version == '3.12'}}
2222
run: make lint

0 commit comments

Comments
 (0)