We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd0a17 commit aa9655cCopy full SHA for aa9655c
.github/workflows/prerelease.yml
@@ -69,7 +69,7 @@ jobs:
69
run: |
70
# calling with --installpkg so we can use the already built package
71
tox run -e py312-tests-no-cov \
72
- --installpkg "${ BAIPP_DIST }"/*.whl \
+ --installpkg ${ BAIPP_DIST }/*.whl \
73
-- --deselect tests/test_build.py::test_translations
74
75
# If either the docs build or the tests resulted in an error, create an issue to note it
0 commit comments