Skip to content

Commit 3097de0

Browse files
committed
Revert "Readd"
This reverts commit a92d668.
1 parent a92d668 commit 3097de0

7 files changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ 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
6361
- name: Install Task
6462
uses: arduino/setup-task@v1
6563
- name: Initialize the repo
@@ -89,8 +87,6 @@ jobs:
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

.github/workflows/security.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ 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
3129
- name: Install Task
3230
uses: arduino/setup-task@v1
3331
- name: Initialize the repo

.github/workflows/update.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ 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
3533
- name: Install Task
3634
uses: arduino/setup-task@v1
3735
- name: Initialize the repo

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

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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ 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
4442
- name: Install Task
4543
uses: arduino/setup-task@v1
4644
- name: Initialize the repo

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ 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
4139
- name: Install Task
4240
uses: arduino/setup-task@v1
4341
- name: Initialize the repo

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ 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
3533
- name: Install Task
3634
uses: arduino/setup-task@v1
3735
- name: Initialize the repo

0 commit comments

Comments
 (0)