Fix syntax.

This commit is contained in:
Jonathan Moody 2023-02-01 12:42:41 -05:00 committed by Lex Berezhny
parent d2f5073ef4
commit 235c98372d

View file

@ -35,7 +35,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.7'
- name: set pip cache dir
- if: (!startsWith(runner.os, 'windows'))
run: echo "PIP_CACHE_DIR=$(pip cache dir)" >> $GITHUB_ENV
- if: startsWith(runner.os, 'windows')
@ -155,7 +154,6 @@ jobs:
uses: ASzc/change-string-case-action@v5
with:
string: ${{ runner.os }}
- name: set pip cache dir
- if: (!startsWith(runner.os, 'windows'))
run: echo "PIP_CACHE_DIR=$(pip cache dir)" >> $GITHUB_ENV
- if: startsWith(runner.os, 'windows')