Skip to content

Commit

Permalink
TST: No pycryptodome
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jul 3, 2022
1 parent 3531603 commit 853a1ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.10.3"]

steps:
- name: Checkout Code
Expand All @@ -38,6 +38,10 @@ jobs:
- name: Install requirements (Python 3)
run: |
pip install -r requirements/ci.txt
- name: Remove cryptodome
run: |
pip uninstall pycryptodome -y
if: matrix.python-version == '3.10.2'
- name: Install PyPDF2
run: |
pip install .
Expand Down

0 comments on commit 853a1ac

Please sign in to comment.