Skip to content

Commit

Permalink
Install python3-certifi in ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Jan 28, 2024
1 parent 2ce42eb commit 96095e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: ${{matrix.python-version}}
- run: |
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
- run: make install
- if: ${{matrix.python-version == '3.12'}}
run: make lint
Expand Down

0 comments on commit 96095e8

Please sign in to comment.