Skip to content

Commit

Permalink
try caching dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jun 18, 2024
1 parent 40ebee7 commit 02c5443
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/multitenet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.8'
cache: 'pip' # caching pip dependencies
cache-dependency-path: '**/requirements.txt'

0 comments on commit 02c5443

Please sign in to comment.