Skip to content

Commit

Permalink
Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinThoma committed Jul 29, 2023
1 parent 161f766 commit db7449b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
- name: Install requirements (Python 3)
run: |
pip install -r requirements/ci.txt
if: matrix.python-version < '3.11'
if: matrix.python-version == '3.6' || matrix.python-version == '3.7' || matrix.python-version == '3.8' || matrix.python-version == '3.9' || matrix.python-version == '3.10'
- name: Install requirements (Python 3.11)
run: |
pip install -r requirements/ci-3.11.txt
if: matrix.python-version >= '3.11'
if: matrix.python-version == '3.11' || matrix.python-version == '3.12.0-beta.4'
- name: Remove pycryptodome
run: |
pip uninstall pycryptodome -y
Expand Down

0 comments on commit db7449b

Please sign in to comment.