File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 - name : Set up python
1111 uses : actions/setup-python@v4
1212 with :
13- python-version : 3.10
13+ python-version : " 3.10"
1414 - name : Bootstrap poetry
1515 run : |
1616 curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
2626 - name : Set up python
2727 uses : actions/setup-python@v4
2828 with :
29- python-version : 3.10
29+ python-version : " 3.10"
3030 - name : Bootstrap poetry
3131 run : |
3232 curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
4646 - name : Set up python
4747 uses : actions/setup-python@v4
4848 with :
49- python-version : 3.10
49+ python-version : " 3.10"
5050 - name : Bootstrap poetry
5151 run : |
5252 curl -sSL https://install.python-poetry.org | python - -y --version 1.5.1
You can’t perform that action at this time.
0 commit comments