Skip to content

Commit aa9655c

Browse files
committed
Fix dist substitution
1 parent 4dd0a17 commit aa9655c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
# calling with --installpkg so we can use the already built package
7171
tox run -e py312-tests-no-cov \
72-
--installpkg "${ BAIPP_DIST }"/*.whl \
72+
--installpkg ${ BAIPP_DIST }/*.whl \
7373
-- --deselect tests/test_build.py::test_translations
7474
7575
# If either the docs build or the tests resulted in an error, create an issue to note it

0 commit comments

Comments
 (0)