Skip to content

Commit f7ab9e5

Browse files
committed
try anything
1 parent c58f7d2 commit f7ab9e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
uses: actions/setup-python@v5
3737
with:
3838
python-version: ${{ matrix.python-version }}
39-
GITHUB_ACTION: true
4039
- name: Install dependencies
4140
run: |
4241
pip install .[test]
@@ -45,7 +44,7 @@ jobs:
4544
- name: Run tests
4645
run: |
4746
PYTHON_PATH=$(which python)
48-
sudo $PYTHON_PATH -m coverage run --source=. -m unittest discover tests/
47+
TEST="giraffe" && sudo $PYTHON_PATH -m coverage run --source=. -m unittest discover tests/
4948
- name: Gather coverage statistics
5049
if: ${{ always() }}
5150
run: |

0 commit comments

Comments
 (0)