Skip to content

Commit

Permalink
update setup python version
Browse files Browse the repository at this point in the history
  • Loading branch information
LarynQi committed Jun 16, 2024
1 parent 192dbc5 commit 1ac50d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
key: v2-${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: ${{ runner.os }}-pip-
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
Expand Down

0 comments on commit 1ac50d8

Please sign in to comment.