Skip to content

Commit

Permalink
Update actions; cache pip (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinthomson committed Dec 14, 2023
1 parent 05e0206 commit 2f98426
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
name: Build
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
cache: pip
- run: pip install -r requirements.txt
- run: python ./activities.py validate

0 comments on commit 2f98426

Please sign in to comment.