mirror of
https://github.com/iruletheworldmo/strawberry.git
synced 2024-08-13 23:12:55 -05:00
fix python version
This commit is contained in:
parent
bfc51128d1
commit
74c6771e1d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.11'
|
||||||
- name: Run AGI for 5s
|
- name: Run AGI for 5s
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
|
|
Loading…
Reference in a new issue