File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1313 github-pages :
1414 runs-on : ubuntu-latest
1515
16- strategy :
17- matrix :
18- python-version : [ "3.10" ]
19-
2016 permissions :
2117 contents : write
2218
@@ -37,18 +33,18 @@ jobs:
3733 pipx install poetry
3834 pipx inject poetry poetry-dynamic-versioning
3935
40- - name : Setup Python ${{ matrix.python-version }}
36+ - name : Setup Python
41374238 id : setup-python
4339 with :
44- python-version : ${{ matrix.python-version }}
40+ python-version : ' 3.10 '
4541 cache : ' poetry'
4642
4743 # ----------------------------------------------
4844 # install dependencies
4945 # ----------------------------------------------
5046 - name : Install dependencies
51- run : poetry install --no-interaction --with docs -- no-root --all-extras
47+ run : poetry install --no-interaction --no-root
5248
5349 - name : Configure git user
5450 run : |
You can’t perform that action at this time.
0 commit comments