Skip to content

Commit

Permalink
Fix pycryptodome uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jul 7, 2022
1 parent 16737f7 commit f3a87da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Remove cryptodome
run: |
pip uninstall pycryptodome -y
if: matrix.use-cryptodome == false
if: matrix.use-cryptodome == "false"
- name: Install PyPDF2
run: |
pip install .
Expand Down

0 comments on commit f3a87da

Please sign in to comment.