Skip to content

Commit

Permalink
try installing with no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart committed Dec 16, 2024
1 parent 6718d1e commit d469d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Poetry
uses: Gr1N/setup-poetry@v9
- name: Install deps
run: poetry install --extras "dev" --extras "types"
run: poetry install --extras "dev" --extras "types" --no-cache
- name: Lint with mypy
run: |
poetry run mypy aleph_alpha_client
Expand Down

0 comments on commit d469d97

Please sign in to comment.