File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
target : ${{ matrix.target }}
114
114
manylinux : ${{ matrix.manylinux }}
115
115
args : --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12 3.13 pypy3.9 pypy3.10' }}
116
- rust-toolchain : ${{ (matrix.os == 'windows' && '1.77') || ' stable' }}
116
+ rust-toolchain : stable
117
117
docker-options : -e CI
118
118
119
119
- run : ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} dist/
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ permissions:
12
12
13
13
jobs :
14
14
test-python :
15
+ if : " contains(github.event.head_commit.message, '[run test]')"
15
16
name : test ${{ matrix.python-version }}
16
17
strategy :
17
18
fail-fast : false
53
54
HYPOTHESIS_PROFILE : slow
54
55
55
56
test-os :
57
+ if : " contains(github.event.head_commit.message, '[run test]')"
56
58
name : test on ${{ matrix.os }}
57
59
58
60
strategy :
You can’t perform that action at this time.
0 commit comments