We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 077ddf6 commit d5dba5cCopy full SHA for d5dba5c
.github/workflows/pull-requests.yaml
@@ -30,12 +30,6 @@ jobs:
30
fetch-depth: 0 # this (and below) is needed to have setuptools_scm report the correct version
31
fetch-tags: true
32
33
- - name: Cache virtualenvironment
34
- uses: actions/cache@v3
35
- with:
36
- path: ~/.venv
37
- key: ${{ hashFiles('requirements.txt', 'requirements-dev.txt') }}
38
-
39
- name: Upgrade pip
40
run: pip install --upgrade pip
41
.github/workflows/release-please.yaml
@@ -40,12 +40,6 @@ jobs:
42
43
44
45
46
47
48
49
50
51
0 commit comments