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:
113113 target : ${{ matrix.target }}
114114 manylinux : ${{ matrix.manylinux }}
115115 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
117117 docker-options : -e CI
118118
119119 - run : ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} dist/
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ permissions:
1212
1313jobs :
1414 test-python :
15+ if : " contains(github.event.head_commit.message, '[run test]')"
1516 name : test ${{ matrix.python-version }}
1617 strategy :
1718 fail-fast : false
5354 HYPOTHESIS_PROFILE : slow
5455
5556 test-os :
57+ if : " contains(github.event.head_commit.message, '[run test]')"
5658 name : test on ${{ matrix.os }}
5759
5860 strategy :
You can’t perform that action at this time.
0 commit comments