Skip to content

Commit

Permalink
Specify python-version for check.yml
Browse files Browse the repository at this point in the history
Otherwise, the system version is used and the pip cache does not work.
  • Loading branch information
francoisfreitag committed Jul 19, 2024
1 parent c4aa890 commit c695687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: pip

- name: Install dependencies
Expand Down

0 comments on commit c695687

Please sign in to comment.