Skip to content

Commit

Permalink
ci(check.yml): fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Elijas authored Sep 25, 2023
1 parent 756e760 commit 8f8189d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Install Poetry
if: steps.cached-tools.outputs.cache-hit != 'true'
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
- name: Check Poetry location
run: which poetry

# Dependency Installation
- name: Load cached venv
Expand Down

0 comments on commit 8f8189d

Please sign in to comment.