Skip to content

Commit

Permalink
Added back the python-version parameter to setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Oct 27, 2022
1 parent 36a4293 commit f50000b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v3
with:
path: ~/.cache/pip
Expand Down

0 comments on commit f50000b

Please sign in to comment.