Skip to content

Commit

Permalink
Merge pull request #790 from tlsfuzzer/py3.5
Browse files Browse the repository at this point in the history
try fixing py3.5 failures in CI
  • Loading branch information
tomato42 committed May 10, 2022
2 parents 4216d2c + 1472939 commit dbb0458
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 @@ -216,7 +216,7 @@ jobs:
if: ${{ !matrix.container && matrix.python-version != '3.3' }}
run: sudo apt-get install -y swig libssl-dev
- name: Install M2Crypto (py2.7+)
if: ${{ !matrix.container && matrix.python-version != '3.3' && matrix.python-version != '3.4'}}
if: ${{ !matrix.container && matrix.python-version != '3.3' && matrix.python-version != '3.4' && matrix.python-version != 3.5 }}
run: pip install m2crypto
- name: Install M2Crypto (py2.6)
if: ${{ matrix.container }}
Expand Down

0 comments on commit dbb0458

Please sign in to comment.