Skip to content

Commit

Permalink
Minimize diff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 29, 2022
1 parent 1b15add commit 792850f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,14 +136,14 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ steps.pip-cache.outputs.dir }}
key: ${{ runner.os }}-pip-2-${{ matrix.python-version }}
key: ${{ runner.os }}-pip-${{ matrix.python-version }}
restore-keys: |
${{ runner.os }}-pip-2-
${{ runner.os }}-pip-
- name: Install Build Dependencies
run: |
pip install -U pip
pip install -U wheel twine cffi "setuptools < 62.4" "certifi < 2022.6.15"
pip install -U setuptools wheel twine cffi
- name: Build zope.security
run: |
Expand Down

0 comments on commit 792850f

Please sign in to comment.