Skip to content

Commit

Permalink
Using poetry cache in Lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzuRyo61 committed Dec 3, 2023
1 parent ed7048b commit 07b7a48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file removed .github/workflows/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'poetry'
- name: Install pipx
run: |
python3 -m pip install --user pipx
Expand Down

0 comments on commit 07b7a48

Please sign in to comment.