Skip to content

Commit

Permalink
Job for Python27 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Jul 2, 2023
1 parent e9ed2e6 commit 8b5516f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ jobs:
run: |
choco install python2
- name: Display Python version
run: python -c "from __future__ import print_function; import sys; print(sys.version)"

- name: Install MSVC
uses: ilammy/msvc-dev-cmd@v1

Expand All @@ -118,13 +115,16 @@ jobs:
echo "C:\\Python27;$(cat $GITHUB_PATH)" >> $GITHUB_PATH
cat $GITHUB_PATH
- name: Display Python version
run: python -c "from __future__ import print_function; import sys; print(sys.version)"

- name: Install CFFI
if: matrix.cffi == 'yes'
run: pip install cffi
run: python -m pip install cffi

- name: Install dependencies
run: |
pip install pycryptodome-test-vectors
python -m pip install pycryptodome-test-vectors
- name: Test
run: |
Expand Down

0 comments on commit 8b5516f

Please sign in to comment.