File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3838 path : .venv
3939 key : venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
4040 # ----------------------------------------------
41- # install setuptools
42- # ----------------------------------------------
43- - name : Install setuptools
44- run : pip install --upgrade setuptools
45- # ----------------------------------------------
4641 # install dependencies if cache does not exist
4742 # ----------------------------------------------
4843 - name : Install dependencies
5449 - name : Install project
5550 run : poetry install --no-interaction
5651 # ----------------------------------------------
52+ # install setuptools
53+ # ----------------------------------------------
54+ - name : Install setuptools
55+ run : pip install --upgrade setuptools
56+ # ----------------------------------------------
5757 # run test suite
5858 # ----------------------------------------------
5959 - name : Build
You can’t perform that action at this time.
0 commit comments