Skip to content

Commit

Permalink
ci: set AIWORKER_CACHE_HOME before CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Aug 23, 2023
1 parent 7af850c commit f7369d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maintests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
- 'requirements.txt'
jobs:
build:
env:
AIWORKER_CACHE_HOME: ${{ github.workspace }}/.cache
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/prtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
- 'requirements.txt'
jobs:
build:
env:
AIWORKER_CACHE_HOME: ${{ github.workspace }}/.cache
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit f7369d8

Please sign in to comment.