Skip to content

Commit

Permalink
Update python-ci.yml (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
utnaf authored Apr 6, 2021
1 parent ae4d1c6 commit 86d2322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
./mvnw clean package -DskipTests -P spark-${{ matrix.spark-version.short }} -P scala-${{ matrix.spark-version.scala }} --no-transfer-progress
- name: Run tests for Spark ${{ matrix.spark-version.ext }} and Neo4j ${{ matrix.neo4j-version }}
if: ${{ ! (matrix.spark-version.short == "2.4" && matrix.python-version == "3.8") }}
if: ${{ ! (matrix.spark-version.short == 2.4 && matrix.python-version == 3.8) }}
run: |
cd ./scripts/python
python test_spark.py "${{ matrix.spark-version.short }}" "${{ matrix.spark-version.scala }}" "${{ matrix.neo4j-version }}" "4.0.1"
python test_spark.py "${{ matrix.spark-version.short }}" "${{ matrix.spark-version.scala }}" "${{ matrix.neo4j-version }}" "4.0.1"

0 comments on commit 86d2322

Please sign in to comment.