Skip to content

Commit d8d9189

Browse files
committed
revert to 3.11 python for gwa api
1 parent a0fa63c commit d8d9189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525
- uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.12"
27+
python-version: "3.11"
2828
- name: Install deps
2929
run: |
3030
sudo apt update
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Clean Poetry Environment
3636
run: poetry env remove python || true
37-
37+
3838
- name: Test coverage for Gateway API
3939
run: |
4040
export PATH=/root/.local/bin:$PATH

0 commit comments

Comments
 (0)