Skip to content

Commit

Permalink
fix old version
Browse files Browse the repository at this point in the history
  • Loading branch information
stoppini committed Dec 11, 2024
1 parent 9b9ffd8 commit 0864ee6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,8 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7

- name: Set up Python 3.8
uses: actions/setup-python@v1
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8

Expand Down

0 comments on commit 0864ee6

Please sign in to comment.