Skip to content

Commit

Permalink
chore(ci): fix test-pip-install randomly failling
Browse files Browse the repository at this point in the history
probably due to the action beign executed to quick after the upload, we wait 30s before executing it
  • Loading branch information
MrLixm committed Nov 15, 2024
1 parent 4387f42 commit 55c4243
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ jobs:
runs-on: ubuntu-latest
needs: publish-to-testpypi
steps:
# this is a hack to let PyPi refresh for the upload that just happened
- name: Sleep for 30s
run: sleep 30s
shell: bash
# needed for pytest at the end
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 55c4243

Please sign in to comment.