Skip to content

Commit

Permalink
No longer cache poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
rytheranderson committed Dec 3, 2023
1 parent 88935c0 commit ea2f28c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,11 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.x"
- name: Load cached poetry
id: cached-poetry
uses: actions/cache@v3
with:
path: ~/.local
key: poetry-0
- name: Install Poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Check pyproject.toml
run: poetry check --no-interaction
- name: Build
Expand Down

0 comments on commit ea2f28c

Please sign in to comment.