File tree Expand file tree Collapse file tree 7 files changed +20
-0
lines changed
{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows Expand file tree Collapse file tree 7 files changed +20
-0
lines changed 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
6163 - name : Install Task
6264 uses : arduino/setup-task@v1
6365 - name : Initialize the repo
8789 with :
8890 path : ~/.local/share/virtualenvs
8991 key : ${{ runner.os }}-python-${{ env.python_version }}-pipenv-${{ hashFiles('Pipfile.lock') }}
92+ - name : Install the dependencies
93+ run : python -m pip install --upgrade pipenv
9094 - name : Install Task
9195 uses : arduino/setup-task@v1
9296 - 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
2931 - name : Install Task
3032 uses : arduino/setup-task@v1
3133 - 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
3335 - name : Install Task
3436 uses : arduino/setup-task@v1
3537 - 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
5254 - name : Install Task
5355 uses : arduino/setup-task@v1
5456 - name : Initialize the repo
@@ -109,6 +111,8 @@ jobs:
109111 with :
110112 path : ~/.local/share/virtualenvs
111113 key : ${{ "{{ runner.os }}" }}-python-${{ "{{ env.python_version }}" }}-pipenv-${{ "{{ hashFiles('Pipfile.lock') }}" }}
114+ - name : Install the dependencies
115+ run : python -m pip install --upgrade pipenv
112116 - name : Install Task
113117 uses : arduino/setup-task@v1
114118 - name : Initialize the repo
@@ -158,6 +162,8 @@ jobs:
158162 with :
159163 path : ~/.local/share/virtualenvs
160164 key : ${{ "{{ runner.os }}" }}-python-${{ "{{ env.python_version }}" }}-pipenv-${{ "{{ hashFiles('Pipfile.lock') }}" }}
165+ - name : Install the dependencies
166+ run : python -m pip install --upgrade pipenv
161167 - name : Install Task
162168 uses : arduino/setup-task@v1
163169 - 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
4244 - name : Install Task
4345 uses : arduino/setup-task@v1
4446 - 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
3941 - name : Install Task
4042 uses : arduino/setup-task@v1
4143 - 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
3335 - name : Install Task
3436 uses : arduino/setup-task@v1
3537 - name : Initialize the repo
You can’t perform that action at this time.
0 commit comments