Skip to content

Commit

Permalink
chore: update test workflow to set Python version and cache dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Oct 12, 2023
1 parent 27139d0 commit 8f02667
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: requirements.txt
- name: Install dependencies
run: python -m pip install -r requirements.txt -r requirements-dev.txt
- name: Run pre-commit hooks
Expand Down

0 comments on commit 8f02667

Please sign in to comment.