File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 9797 python-version : ["3.9"]
9898 steps :
9999 # Wait for 1 minutes for TestPyPI to be updated
100- - name : Sleep for 1 minute
101- run : sleep 60s
100+ - name : Sleep for 1.5 minute
101+ run : sleep 90s
102102 shell : bash
103103 - name : Checkout
104104 uses : actions/checkout@v3
@@ -141,7 +141,6 @@ jobs:
141141 git config user.email ${{ env.commit_email }}
142142 git config --global pull.rebase false
143143 BRANCH=${GITHUB_REF#refs/heads/}
144- git remote add ${{ env.login }} https://${{ env.login }}:${{ env.token }}@github.com/$GITHUB_REPOSITORY
145144 git pull --no-edit ${{ env.login }} $BRANCH
146145 git config --global url."https://${{ env.login }}:${{ env.token }}@github.com/".insteadOf "https://github.com/"
147146 # merge done by git pull does not update submodules changed in $BRANCH
Original file line number Diff line number Diff line change 66
77
88# This has to be manually set with temperature machine. Use this value for testing.
9- RTD_TEMP = 28
9+ RTD_TEMP = 23
1010ERROR = 4
1111
1212
You can’t perform that action at this time.
0 commit comments