Skip to content

Commit

Permalink
Cache pip dependencies in validate runs
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Jan 17, 2024
1 parent 2b581f0 commit 4ae8fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-comment-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.version }}
cache: 'pip'
- run: python -m pip install -r requirements.txt
- run: python run_all_tests.py -a
env:
Expand Down

0 comments on commit 4ae8fa7

Please sign in to comment.