Skip to content

Commit bdb9d07

Browse files
committed
try quotes
1 parent 2202768 commit bdb9d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sudo $PIP_PATH install .[test]
4444
- name: Run tests
4545
run: |
46-
echo "GITHUB_ACTION=true" >> $GITHUB_ENV
46+
echo "GITHUB_ACTION=true" >> "$GITHUB_ENV"
4747
PYTHON_PATH=$(which python)
4848
sudo $PYTHON_PATH -m coverage run --source=. -m unittest discover tests/
4949
- name: Gather coverage statistics

0 commit comments

Comments
 (0)