File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
jobs :
17
17
run_pytest :
18
18
name : Run tests on min and max Python versions
19
- runs-on : self-hosted
19
+ runs-on : ubuntu-latest
20
20
strategy :
21
21
fail-fast : true
22
22
matrix :
61
61
62
62
build_sdist :
63
63
name : Build source distribution
64
- runs-on : self-hosted
64
+ runs-on : ubuntu-latest
65
65
needs : run_pytest
66
66
steps :
67
67
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 17
17
18
18
build_test_sdist :
19
19
name : Test source distribution
20
- runs-on : self-hosted
20
+ runs-on : ubuntu-latest
21
21
needs : run_pytest
22
22
strategy :
23
23
fail-fast : true
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
pytest :
9
9
name : Run pytest
10
- runs-on : self-hosted
10
+ runs-on : ubuntu-latest
11
11
strategy :
12
12
fail-fast : true
13
13
matrix :
You can’t perform that action at this time.
0 commit comments