Skip to content

Commit d5220b1

Browse files
maciejkulaTensorFlow Recommenders Authors
authored andcommitted
Fix release scripts.
PiperOrigin-RevId: 460498640
1 parent ab42b48 commit d5220b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/build_scripts/release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

33
set -e # fail and exit on any command erroring
4+
set -x
45

56
TF_VERSION="2.9.0"
67

@@ -40,7 +41,7 @@ echo "Running tests..."
4041
pip install dist/*.whl
4142
pip install scann
4243
pip install pytest
43-
py.test -v .
44+
python -m pytest -v .
4445

4546
# Publish to PyPI
4647
read -p "Publish? (y/n) " -r

0 commit comments

Comments
 (0)