Skip to content

Commit aa8f16c

Browse files
committed
Restore CI changes
1 parent c2d8662 commit aa8f16c

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
fi
8585
8686
PYTHON_EXECUTABLE="xvfb-run python"
87-
EXTRA_ARGS=""
8887
else
8988
if [ "${{ runner.os }}" = "macOS" ] && [ -n "$PACKAGES" ]; then
9089
brew install -q $PACKAGES
@@ -95,10 +94,9 @@ jobs:
9594
fi
9695
9796
PYTHON_EXECUTABLE="python"
98-
EXTRA_ARGS="--ci-platforms-only"
9997
fi
10098
101-
$PYTHON_EXECUTABLE tests/stubtest_third_party.py $EXTRA_ARGS --num-shards 4 --shard-index ${{ matrix.shard-index }}
99+
$PYTHON_EXECUTABLE tests/stubtest_third_party.py --ci-platforms-only --num-shards 4 --shard-index ${{ matrix.shard-index }}
102100
103101
stub-uploader:
104102
name: stub_uploader tests

.github/workflows/stubtest_third_party.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
fi
7272
7373
PYTHON_EXECUTABLE="xvfb-run python"
74-
EXTRA_ARGS=""
7574
else
7675
if [ "${{ runner.os }}" = "macOS" ] && [ -n "$PACKAGES" ]; then
7776
echo "Installing Homebrew packages: $PACKAGES"
@@ -84,10 +83,9 @@ jobs:
8483
fi
8584
8685
PYTHON_EXECUTABLE="python"
87-
EXTRA_ARGS="--ci-platforms-only"
8886
fi
8987
90-
$PYTHON_EXECUTABLE tests/stubtest_third_party.py $EXTRA_ARGS $STUBS
88+
$PYTHON_EXECUTABLE tests/stubtest_third_party.py --ci-platforms-only $STUBS
9189
else
9290
echo "Nothing to test"
9391
fi

0 commit comments

Comments
 (0)