Skip to content

Commit

Permalink
Use Python 3.9.x in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Mar 2, 2022
1 parent 0a5e221 commit 0fb86eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Set up Python 3.
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.9.x'

- name: Install pip tools.
run: |
Expand Down

0 comments on commit 0fb86eb

Please sign in to comment.