Skip to content

Commit d5dba5c

Browse files
authored
ci: drop caching of virtualenv's (#88)
* ci: drop caching of virtualenv's * ci: drop caching of virtualenv (pr)
1 parent 077ddf6 commit d5dba5c

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/pull-requests.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
fetch-depth: 0 # this (and below) is needed to have setuptools_scm report the correct version
3131
fetch-tags: true
3232

33-
- name: Cache virtualenvironment
34-
uses: actions/cache@v3
35-
with:
36-
path: ~/.venv
37-
key: ${{ hashFiles('requirements.txt', 'requirements-dev.txt') }}
38-
3933
- name: Upgrade pip
4034
run: pip install --upgrade pip
4135

.github/workflows/release-please.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
fetch-depth: 0 # this (and below) is needed to have setuptools_scm report the correct version
4141
fetch-tags: true
4242

43-
- name: Cache virtualenvironment
44-
uses: actions/cache@v3
45-
with:
46-
path: ~/.venv
47-
key: ${{ hashFiles('requirements.txt', 'requirements-dev.txt') }}
48-
4943
- name: Upgrade pip
5044
run: pip install --upgrade pip
5145

0 commit comments

Comments
 (0)