Skip to content

Commit 01320a7

Browse files
committed
Try in the right location
1 parent a5ffdfc commit 01320a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
docker run --rm -v $PWD:/mnt cimg/python:3.13.1 bash -c "
5555
python --version;
5656
# test wheel
57+
cd /mnt
5758
packaging/python/test_wheels.sh $(which python) $(ls -t wheelhouse/*.whl)
5859
"
5960
else

0 commit comments

Comments
 (0)