Skip to content

Commit

Permalink
Add poetry caching to coverage GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jan 9, 2025
1 parent a7aecac commit d3580dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "poetry"

- name: Install dependencies
run: poetry install --only dev
Expand Down

0 comments on commit d3580dc

Please sign in to comment.