Skip to content

Commit

Permalink
Add pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jul 3, 2023
1 parent 1c514f4 commit 7aa74c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
cache: 'pip'
- name: Install and upgrade python packages
run: |
python -m pip install --upgrade pip tox
Expand Down Expand Up @@ -98,6 +99,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.8
cache: 'pip'
- name: Install and upgrade python packages
run: |
python -m pip install --upgrade pip tox
Expand Down

0 comments on commit 7aa74c0

Please sign in to comment.