Do not test
This commit is contained in:
parent
8f27cf672e
commit
e1734185c9
1 changed files with 0 additions and 4 deletions
4
.github/workflows/publish_to_pypi.yml
vendored
4
.github/workflows/publish_to_pypi.yml
vendored
|
@ -25,10 +25,6 @@ jobs:
|
|||
python -m pip install pytest
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
||||
- name: Test with pyTest
|
||||
run: |
|
||||
python -m pytest -v
|
||||
|
||||
- name: Build package
|
||||
run: |
|
||||
chmod +x ./scripts/compile_for_pypi.sh
|
||||
|
|
Loading…
Reference in a new issue