diff --git a/.github/workflows/push_master.yml b/.github/workflows/push_master.yml index 4c57388..6b66808 100644 --- a/.github/workflows/push_master.yml +++ b/.github/workflows/push_master.yml @@ -136,6 +136,7 @@ jobs: - name: Install the package uses: nick-fields/retry@v3.0.0 with: + timeout_seconds: 60 retry_wait_seconds: 10 max_attempts: 10 command: pip install --extra-index-url https://test.pypi.org/simple/ --no-cache-dir swisspair[test]=="$(cat VERSION)"