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
|
@ -24,10 +24,6 @@ jobs:
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install pytest
|
python -m pip install pytest
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
|
|
||||||
- name: Test with pyTest
|
|
||||||
run: |
|
|
||||||
python -m pytest -v
|
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue