Remove action debug commands
This commit is contained in:
parent
4b3a45463e
commit
88c4fa428a
1 changed files with 2 additions and 5 deletions
|
@ -56,7 +56,7 @@ jobs:
|
||||||
uses: forgejo/upload-artifact@v4
|
uses: forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: wheels
|
name: wheels
|
||||||
path: target/wheels/*.whl
|
path: target/wheels/*.whl # Should only match the one target built
|
||||||
compression-level: 0
|
compression-level: 0
|
||||||
|
|
||||||
python-test:
|
python-test:
|
||||||
|
@ -74,10 +74,7 @@ jobs:
|
||||||
- name: Retrieve built wheel
|
- name: Retrieve built wheel
|
||||||
uses: forgejo/download-artifact@v4
|
uses: forgejo/download-artifact@v4
|
||||||
- name: Install built wheel
|
- name: Install built wheel
|
||||||
run: |
|
run: pip install wheels/*.whl # Should only match the one target built
|
||||||
ls -la
|
|
||||||
ls -la wheels
|
|
||||||
pip install wheels/*.whl
|
|
||||||
- name: Run Python tests
|
- name: Run Python tests
|
||||||
run: pytest tests/*.py
|
run: pytest tests/*.py
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue