Skip to content

Commit d55d4a6

Browse files
committed
chore: fix makefile to run the tests
1 parent 443e442 commit d55d4a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test:
1010
ydata_profiling -h
1111

1212
test_spark:
13-
pytest --spark_home=${SPARK_HOME} tests/backends/spark_backend/
13+
pytest tests/backends/spark_backend/
1414
ydata_profiling -h
1515

1616
test_cov:
@@ -36,7 +36,7 @@ install-docs: install ### Installs regular and docs dependencies
3636

3737
install-spark-ci:
3838
sudo apt-get update
39-
sudo apt-get -y install openjdk-8-jdk
39+
sudo apt-get -y install openjdk-11-jdk
4040
curl https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION}.tgz \
4141
--output ${SPARK_DIRECTORY}/spark.tgz
4242
cd ${SPARK_DIRECTORY} && tar -xvzf spark.tgz && mv spark-${SPARK_VERSION}-bin-hadoop${HADOOP_VERSION} spark

0 commit comments

Comments
 (0)