Skip to content

Commit

Permalink
fix retry on make venv (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed committed Jan 25, 2024
1 parent dfbbed0 commit 3bef044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
timeout_minutes: 5
max_attempts: 5
retry_wait_seconds: 120
command: make venv
command: make clean-venv venv

- name: Build using pyinstaller
shell: bash
Expand Down

0 comments on commit 3bef044

Please sign in to comment.