Skip to content

Commit edd38ff

Browse files
committed
Another idea
1 parent ba7b804 commit edd38ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
sudo $PIP_PATH install .[test]
4444
- name: Run tests
4545
run: |
46-
export GITHUB_ACTION=1
4746
PYTHON_PATH=$(which python)
4847
sudo $PYTHON_PATH -m coverage run --source=. -m unittest discover tests/
48+
with:
49+
GITHUB_ACTION: true
4950
- name: Gather coverage statistics
5051
if: ${{ always() }}
5152
run: |

0 commit comments

Comments
 (0)