Skip to content

Commit d7a5cfb

Browse files
authored
Merge pull request #73 from oreillymedia/dependabot/pip/setuptools-78.1.1
Bump setuptools from 75.8.0 to 78.1.1
2 parents 07b81ee + 07567d4 commit d7a5cfb

File tree

2 files changed

+138
-34
lines changed

2 files changed

+138
-34
lines changed

.github/workflows/workflow.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,6 @@ jobs:
2727

2828
# - run: poetry config installer.modern-installation false
2929

30-
- name: Load cached venv if possible
31-
id: cached-poetry-dependencies
32-
uses: actions/cache@v2
33-
with:
34-
path: .venv
35-
key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
36-
37-
- name: Install dependencies if needed
38-
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
39-
run: poetry install --no-interaction --no-root
40-
4130
- name: Install Project
4231
run: poetry install --no-interaction
4332

0 commit comments

Comments
 (0)