We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c58f7d2 commit f7ab9e5Copy full SHA for f7ab9e5
.github/workflows/publish-to-test-pypi.yml
@@ -36,7 +36,6 @@ jobs:
36
uses: actions/setup-python@v5
37
with:
38
python-version: ${{ matrix.python-version }}
39
- GITHUB_ACTION: true
40
- name: Install dependencies
41
run: |
42
pip install .[test]
@@ -45,7 +44,7 @@ jobs:
45
44
- name: Run tests
46
47
PYTHON_PATH=$(which python)
48
- sudo $PYTHON_PATH -m coverage run --source=. -m unittest discover tests/
+ TEST="giraffe" && sudo $PYTHON_PATH -m coverage run --source=. -m unittest discover tests/
49
- name: Gather coverage statistics
50
if: ${{ always() }}
51
0 commit comments