Skip to content

Commit b6bee4e

Browse files
committed
revert empty lines
1 parent 98e6102 commit b6bee4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/daily.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
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"
@@ -88,6 +89,7 @@ jobs:
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:

0 commit comments

Comments
 (0)