We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb749d commit 60d8c6fCopy full SHA for 60d8c6f
scripts/integration_test.sh
@@ -1,4 +1,3 @@
1
#!/bin/sh
2
3
-sbt +publishLocal
4
sbt -Dplugin.ci=true -Dplugin.python.executable="$1" -Dplugin.scalapy.version="$2" scripted
scripts/virtualenv_test.sh
@@ -7,8 +7,6 @@ echo "Virtualenv created at ${VENV_DIR}"
7
python3 -m venv "${VENV_DIR}"
8
"${VENV_DIR}"/bin/python -m pip install examples/python-package
9
10
11
-
12
sbt \
13
-Dplugin.ci=true \
14
-Dplugin.virtualenv=true \
0 commit comments