Skip to content

Commit

Permalink
chore: Add verbose retry when installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msto committed Feb 13, 2025
1 parent 7874c66 commit dd93c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install the project's dependencies
shell: bash -el {0}
run: poetry install
run: poetry install -v --no-cache || poetry install -vv --no-cache

- name: Test the codebase
shell: bash -el {0}
Expand Down

0 comments on commit dd93c32

Please sign in to comment.