Skip to content

Commit

Permalink
Fix python version
Browse files Browse the repository at this point in the history
duckduckgrayduck committed Nov 22, 2024

Verified

This commit was signed with the committer’s verified signature.
TimidRobot Timid Robot Zehta
1 parent 349ac34 commit 8f3e882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -16,10 +16,10 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Set up Python 3.10
- name: Set up Python 3.10.15
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: 3.10.15

- name: Install dependencies
run: |

0 comments on commit 8f3e882

Please sign in to comment.