Skip to content

Commit

Permalink
Remove useless cffi upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Aug 18, 2022
1 parent 14f450b commit feb1dc5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
rm C:\msys64\mingw64\bin\python.exe
- name: Upgrade pip and setuptools
run: python -m pip install --upgrade pip setuptools
- name: Upgrade cffi (Windows)
if: matrix.os == 'windows-latest'
run: python -m pip install --upgrade cffi
- name: Install tests’ requirements
run: python -m pip install .[test]
- name: Launch tests
Expand Down

0 comments on commit feb1dc5

Please sign in to comment.