File tree Expand file tree Collapse file tree
{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 with :
5959 path : ~/.local/share/virtualenvs
6060 key : ${{ runner.os }}-python-${{ env.python_version }}-pipenv-${{ hashFiles('Pipfile.lock') }}
61- - name : Install the dependencies
62- run : python -m pip install --upgrade pipenv
6361 - name : Install Task
6462 uses : arduino/setup-task@v1
6563 - name : Initialize the repo
8987 with :
9088 path : ~/.local/share/virtualenvs
9189 key : ${{ runner.os }}-python-${{ env.python_version }}-pipenv-${{ hashFiles('Pipfile.lock') }}
92- - name : Install the dependencies
93- run : python -m pip install --upgrade pipenv
9490 - name : Install Task
9591 uses : arduino/setup-task@v1
9692 - name : Initialize the repo
Original file line number Diff line number Diff line change 2626 with :
2727 path : ~/.local/share/virtualenvs
2828 key : ${{ runner.os }}-python-${{ env.python_version }}-pipenv-${{ hashFiles('Pipfile.lock') }}
29- - name : Install the dependencies
30- run : python -m pip install --upgrade pipenv
3129 - name : Install Task
3230 uses : arduino/setup-task@v1
3331 - name : Initialize the repo
Original file line number Diff line number Diff line change 3030 with :
3131 path : ~/.local/share/virtualenvs
3232 key : ${{ runner.os }}-python-${{ env.python_version }}-pipenv-${{ hashFiles('Pipfile.lock') }}
33- - name : Install the dependencies
34- run : python -m pip install --upgrade pipenv
3533 - name : Install Task
3634 uses : arduino/setup-task@v1
3735 - name : Initialize the repo
Original file line number Diff line number Diff line change 4949 with :
5050 path : ~/.local/share/virtualenvs
5151 key : ${{ "{{ runner.os }}" }}-python-${{ "{{ env.python_version }}" }}-pipenv-${{ "{{ hashFiles('Pipfile.lock') }}" }}
52- - name : Install the dependencies
53- run : python -m pip install --upgrade pipenv
5452 - name : Install Task
5553 uses : arduino/setup-task@v1
5654 - name : Initialize the repo
@@ -111,8 +109,6 @@ jobs:
111109 with :
112110 path : ~/.local/share/virtualenvs
113111 key : ${{ "{{ runner.os }}" }}-python-${{ "{{ env.python_version }}" }}-pipenv-${{ "{{ hashFiles('Pipfile.lock') }}" }}
114- - name : Install the dependencies
115- run : python -m pip install --upgrade pipenv
116112 - name : Install Task
117113 uses : arduino/setup-task@v1
118114 - name : Initialize the repo
@@ -162,8 +158,6 @@ jobs:
162158 with :
163159 path : ~/.local/share/virtualenvs
164160 key : ${{ "{{ runner.os }}" }}-python-${{ "{{ env.python_version }}" }}-pipenv-${{ "{{ hashFiles('Pipfile.lock') }}" }}
165- - name : Install the dependencies
166- run : python -m pip install --upgrade pipenv
167161 - name : Install Task
168162 uses : arduino/setup-task@v1
169163 - name : Initialize the repo
Original file line number Diff line number Diff line change 3939 with :
4040 path : ~/.local/share/virtualenvs
4141 key : ${{ "{{ runner.os }}" }}-python-${{ "{{ env.python_version }}" }}-pipenv-${{ "{{ hashFiles('Pipfile.lock') }}" }}
42- - name : Install the dependencies
43- run : python -m pip install --upgrade pipenv
4442 - name : Install Task
4543 uses : arduino/setup-task@v1
4644 - name : Initialize the repo
Original file line number Diff line number Diff line change 3636 with :
3737 path : ~/.local/share/virtualenvs
3838 key : ${{ "{{ runner.os }}" }}-python-${{ "{{ env.python_version }}" }}-pipenv-${{ "{{ hashFiles('Pipfile.lock') }}" }}
39- - name : Install the dependencies
40- run : python -m pip install --upgrade pipenv
4139 - name : Install Task
4240 uses : arduino/setup-task@v1
4341 - name : Initialize the repo
Original file line number Diff line number Diff line change 3030 with :
3131 path : ~/.local/share/virtualenvs
3232 key : ${{ "{{ runner.os }}" }}-python-${{ "{{ env.python_version }}" }}-pipenv-${{ "{{ hashFiles('Pipfile.lock') }}" }}
33- - name : Install the dependencies
34- run : python -m pip install --upgrade pipenv
3533 - name : Install Task
3634 uses : arduino/setup-task@v1
3735 - name : Initialize the repo
You can’t perform that action at this time.
0 commit comments