We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0c05f commit 71978b9Copy full SHA for 71978b9
.github/workflows/build.yml
@@ -73,7 +73,6 @@ jobs:
73
pip install --user -r requirements.txt -r requirements.dev.txt
74
PYTHONPATH=${GITHUB_WORKSPACE}/src pytest
75
PYTHONPATH=${GITHUB_WORKSPACE}/src python -m build --wheel -n
76
- ls build
77
78
- name: Upload test results
79
uses: actions/upload-artifact@v4
0 commit comments