We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2202768 commit bdb9d07Copy full SHA for bdb9d07
.github/workflows/publish-to-test-pypi.yml
@@ -43,7 +43,7 @@ jobs:
43
sudo $PIP_PATH install .[test]
44
- name: Run tests
45
run: |
46
- echo "GITHUB_ACTION=true" >> $GITHUB_ENV
+ echo "GITHUB_ACTION=true" >> "$GITHUB_ENV"
47
PYTHON_PATH=$(which python)
48
sudo $PYTHON_PATH -m coverage run --source=. -m unittest discover tests/
49
- name: Gather coverage statistics
0 commit comments