File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v4
12- - uses : actions/setup-python@v5
13- with :
14- cache : ' pip'
12+ - uses : astral-sh/setup-uv@v7
1513 - uses : pre-commit/action@v3.0.1
1614
1715 test :
3937
4038 - name : Test linux
4139 if : runner.os == 'Linux'
42- uses : nick-fields/retry@v3
40+ uses : nick-fields/retry@v4
4341 with :
4442 timeout_minutes : 10
4543 max_attempts : 3
5048
5149 - name : Test windows
5250 if : runner.os == 'Windows'
53- uses : nick-fields/retry@v3
51+ uses : nick-fields/retry@v4
5452 with :
5553 timeout_minutes : 10
5654 max_attempts : 3
@@ -60,18 +58,17 @@ jobs:
6058
6159 - name : Test mac [1]
6260 if : runner.os == 'macOS'
63- uses : nick-fields/retry@v3
61+ uses : nick-fields/retry@v4
6462 with :
6563 timeout_minutes : 10
6664 max_attempts : 3
67- # Xvfb not available until next job
6865 command : |
6966 brew install --cask xquartz
7067 echo "/opt/X11/bin" >> $GITHUB_PATH
7168
7269 - name : Test mac [2]
7370 if : runner.os == 'macOS'
74- uses : nick-fields/retry@v3
71+ uses : nick-fields/retry@v4
7572 with :
7673 timeout_minutes : 10
7774 max_attempts : 3
You can’t perform that action at this time.
0 commit comments