We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9035500 commit 90394a1Copy full SHA for 90394a1
.github/workflows/publish.yml
@@ -12,10 +12,10 @@ jobs:
12
- uses: actions/checkout@v3
13
with:
14
fetch-depth: 0
15
- - name: Set up Python 3.10
+ - name: Set up Python 3.7
16
uses: actions/setup-python@v3
17
18
- python-version: "3.10"
+ python-version: "3.7"
19
- name: Set up poetry
20
run: |
21
curl -o /tmp/install-poetry.py -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py
0 commit comments