Skip to content

Commit e8bb194

Browse files
committed
Rename
1 parent 14609f7 commit e8bb194

File tree

19 files changed

+1
-1
lines changed

19 files changed

+1
-1
lines changed

scripts/virtualenv_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CI_PYTHON="${VENV_DIR}/bin/python" \
1414
CI_VIRTUALENV=true \
1515
CI_PYTHON="${VENV_DIR}/bin/python" \
1616
SCALAPY_PYTHON_PROGRAMNAME="${VENV_DIR}/bin/python" \
17-
sbt "scripted scalanative/*"
17+
sbt "scripted native/*"
1818

1919
echo "Delete virtualenv ${VENV_DIR}"
2020
rm -rf "${VENV_DIR}"

0 commit comments

Comments
 (0)