Skip to content

Commit

Permalink
Add pip cache to backend type check workflow (#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine authored Jun 15, 2024
1 parent 76e230d commit 514b56c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.9'
cache: 'pip'
- uses: actions/cache@v3
with:
path: ~/.cache/chainner_pip
Expand Down Expand Up @@ -78,6 +79,6 @@ jobs:
cache: 'pip'
- uses: actions/cache@v3
with:
path: ~/.cache/chainner_pip
key: chainner-pip-cache-${{ matrix.python-version }}
path: ~/.cache/chainner_pip
key: chainner-pip-cache-${{ matrix.python-version }}
- run: python ./backend/src/run.py --close-after-start --install-builtin-packages --error-on-failed-node

0 comments on commit 514b56c

Please sign in to comment.