Skip to content

Commit 47445e4

Browse files
committed
Downgrade python for other tests except all-test
1 parent 93039b4 commit 47445e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
id: setup-python
7979
uses: actions/setup-python@v5
8080
with:
81-
python-version: "3.11"
81+
python-version: "3.9"
8282

8383
- name: Install Poetry
8484
uses: snok/install-poetry@v1
@@ -133,7 +133,7 @@ jobs:
133133
id: setup-python
134134
uses: actions/setup-python@v5
135135
with:
136-
python-version: "3.11"
136+
python-version: "3.9"
137137

138138
- name: Install Poetry
139139
uses: snok/install-poetry@v1

0 commit comments

Comments
 (0)