Skip to content

Commit d12c005

Browse files
committed
Fixing syntax error
1 parent fc431dd commit d12c005

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tap-tests.yml renamed to .github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies
2828
run: |
29-
if [ "$RUNNER_OS" == "Windows" ] then;
29+
if [ "$RUNNER_OS" == "Windows" ]; then
3030
echo "TMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
3131
echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV
3232
fi

0 commit comments

Comments
 (0)