Skip to content

Commit a92d668

Browse files
committed
Readd
1 parent 7f19023 commit a92d668

File tree

7 files changed

+20
-0
lines changed

7 files changed

+20
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
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
@@ -87,6 +89,8 @@ jobs:
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

.github/workflows/security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
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

.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
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

{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/commit.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
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

{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
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

{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/security.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
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

{{cookiecutter.project_name|replace(" ", "")}}/.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
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

0 commit comments

Comments
 (0)