Skip to content

Commit a60a289

Browse files
committed
ci: Fix smoketest [skip release]
Now that we've switched to semantic-release, a local build will create a versioned wheel. Have the smoketest install whatever it can find, rather than version 0.0.0.
1 parent b6a7cee commit a60a289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/smoketest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44
pip install -U pip pytest flask
5-
pip install /dist/appmap-0.0.0-py3-none-any.whl
5+
pip install /dist/appmap-*-py3-none-any.whl
66

77
cp -R /appmap/test/data/unittest/simple ./.
88

0 commit comments

Comments
 (0)