Skip to content

Commit 90394a1

Browse files
committed
build: fix python version
1 parent 9035500 commit 90394a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: actions/checkout@v3
1313
with:
1414
fetch-depth: 0
15-
- name: Set up Python 3.10
15+
- name: Set up Python 3.7
1616
uses: actions/setup-python@v3
1717
with:
18-
python-version: "3.10"
18+
python-version: "3.7"
1919
- name: Set up poetry
2020
run: |
2121
curl -o /tmp/install-poetry.py -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py

0 commit comments

Comments
 (0)