mirror of
https://gitea.smigz.com/smiggiddy/s3_cleanup.git
synced 2024-12-26 13:00:43 -05:00
fix: update py version
This commit is contained in:
parent
8ad8e9c3a1
commit
d2279c425e
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.11.2'
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
|
|
Loading…
Reference in a new issue