Skip to content

Commit 090030f

Browse files
authored
Update python-publish.yml
1 parent 43830bb commit 090030f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
python-version: '3.x'
2020
- name: Install dependencies
2121
run: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
22-
- name: Test with unittest
23-
run: python -m unittest discover -v -s ./tests -p test_*.py
22+
# - name: Test with unittest
23+
# run: python -m unittest discover -v -s ./tests -p test_*.py
2424

2525
deploy:
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)