File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 7878 shell : bash
7979 run : |
8080 PACKAGES=$(python tests/get_stubtest_system_requirements.py)
81+
8182 if [ "${{ runner.os }}" = "Linux" ]; then
8283 if [ -n "$PACKAGES" ]; then
8384 printf "Installing APT packages:\n $(echo $PACKAGES | sed 's/ /\n /g')\n"
8889 printf "Installing Homebrew packages:\n $(echo $PACKAGES | sed 's/ /\n /g')\n"
8990 brew install -q $PACKAGES
9091 fi
92+
9193 if [ "${{ runner.os }}" = "Windows" ] && [ -n "$PACKAGES" ]; then
9294 printf "Installing Chocolatey packages:\n $(echo $PACKAGES | sed 's/ /\n /g')\n"
9395 choco install -y $PACKAGES
@@ -101,6 +103,7 @@ jobs:
101103 else
102104 PYTHON_EXECUTABLE="python"
103105 fi
106+
104107 $PYTHON_EXECUTABLE tests/stubtest_third_party.py --ci-platforms-only --num-shards 4 --shard-index ${{ matrix.shard-index }}
105108
106109 stub-uploader :
You can’t perform that action at this time.
0 commit comments