Skip to content

Commit

Permalink
Rename poetry job; cache poetry dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Feb 1, 2024
1 parent df8cebb commit 734f0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/poetry-install-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Testing GH Actions
on:
- push
jobs:
pip-deps:
poetry-deps:

strategy:
matrix:
Expand All @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# cache: 'pip'
cache: 'poetry'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 734f0be

Please sign in to comment.