File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 shell : bash -e {0}
5757 run : |
5858 python --version # just to check
59- python -m pip install --upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors
59+ python -m pip install --upgrade pip wheel
6060 pip install --upgrade setuptools docutils setuptools_scm[toml] twine
6161 pip install -e . --group dev # install the codespell dev packages
6262 - run : pip install aspell-python-py3
9292 with :
9393 persist-credentials : false
9494 - name : Install general dependencies
95- run : pip install --upgrade pip wheel # upgrade to latest pip find 3.5 wheels; wheel to avoid errors
95+ run : pip install --upgrade pip wheel
9696 - name : Install codespell dependencies
9797 run : pip install -e . --group dev
9898 - uses : codespell-project/sort-problem-matcher@v1
You can’t perform that action at this time.
0 commit comments