Skip to content

Commit 60d8c6f

Browse files
committed
Remove redundant publishLocal step
1 parent 0cb749d commit 60d8c6f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

scripts/integration_test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/sh
22

3-
sbt +publishLocal
43
sbt -Dplugin.ci=true -Dplugin.python.executable="$1" -Dplugin.scalapy.version="$2" scripted

scripts/virtualenv_test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ echo "Virtualenv created at ${VENV_DIR}"
77
python3 -m venv "${VENV_DIR}"
88
"${VENV_DIR}"/bin/python -m pip install examples/python-package
99

10-
sbt +publishLocal
11-
1210
sbt \
1311
-Dplugin.ci=true \
1412
-Dplugin.virtualenv=true \

0 commit comments

Comments
 (0)