Skip to content

Commit

Permalink
Remove pip cache for release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emirkmo authored Feb 10, 2023
1 parent 8384003 commit 12f29f3
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,19 +147,10 @@ jobs:
- name: Git LFS Pull
run: git lfs pull

- name: Setup Python 3.9
- name: Setup Python Release
uses: actions/setup-python@v2
with:
python-version: 3.9

- name: Cache pip
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-py3.9-${{ hashFiles('requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-py3.9-
${{ runner.os }}-pip-
python-version: '3.10'

- name: Install dependencies
env:
Expand Down

0 comments on commit 12f29f3

Please sign in to comment.