Skip to content

Commit 45e5fbf

Browse files
committed
Update github workflows
1 parent a0ccb81 commit 45e5fbf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/

.github/workflows/python-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212

1313
jobs:
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
@@ -53,6 +54,7 @@ jobs:
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:

0 commit comments

Comments
 (0)