Skip to content

Commit

Permalink
Fix poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
k0t3n committed Feb 1, 2024
1 parent 50476a1 commit 369137d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: '3.12'
cache: poetry
- name: Install dependencies
run: poetry install --no-root --with=dev
run: poetry install --no-root --with=test
- name: Check types
run: mypy cachepot

0 comments on commit 369137d

Please sign in to comment.