Skip to content

Commit

Permalink
enable pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
uadnan committed Apr 25, 2024
1 parent 8c1d53d commit 976931f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Torchcast Unit Tests
name: torchcast

on:
push:
Expand All @@ -12,14 +12,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
py-version: ['3.8', '3.9', '3.10']
py-version: [ '3.8', '3.9', '3.10' ]

steps:

- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
cache: 'pip'
cache-dependency-path: setup.py
python-version: ${{ matrix.py-version }}

- name: Install torchcast
Expand Down

0 comments on commit 976931f

Please sign in to comment.