Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
fetch-depth: 0 # this (and below) is needed to have setuptools_scm report the correct version
fetch-tags: true

- name: Cache virtualenvironment
uses: actions/cache@v3
with:
path: ~/.venv
key: ${{ hashFiles('requirements.txt', 'requirements-dev.txt') }}

- name: Upgrade pip
run: pip install --upgrade pip

Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ jobs:
fetch-depth: 0 # this (and below) is needed to have setuptools_scm report the correct version
fetch-tags: true

- name: Cache virtualenvironment
uses: actions/cache@v3
with:
path: ~/.venv
key: ${{ hashFiles('requirements.txt', 'requirements-dev.txt') }}

- name: Upgrade pip
run: pip install --upgrade pip

Expand Down