Skip to content

Commit

Permalink
fix: remove old pandas version from spark testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vorel99 committed Sep 20, 2023
1 parent 6caec3b commit ee2df77
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,8 @@ jobs:
matrix:
os: [ ubuntu-22.04 ]
python-version: [3.7, 3.8]
pandas: ["pandas==0.25.3", "pandas==1.0.5", "pandas>1.1"]
pandas: ["pandas==1.0.5", "pandas>1.1"]
spark: ["2.3.0", "2.4.7", "3.0.1"]
hadoop: [ 2.7 ]
numpy: ["numpy"]
java_home: [ /usr/lib/jvm/java-8-openjdk-amd64 ]
exclude:
Expand All @@ -178,9 +177,6 @@ jobs:
name: Tests Spark | python ${{ matrix.python-version }}, ${{ matrix.os }}, spark${{ matrix.spark }}, ${{ matrix.pandas }}, ${{ matrix.numpy }}
env:
JAVA_HOME: ${{ matrix.java_home }}
SPARK_VERSION: ${{ matrix.spark }}
HADOOP_VERSION: ${{ matrix.hadoop }}
SPARK_DIRECTORY: ${{ github.workspace }}/../
steps:
- uses: actions/checkout@v4
- name: Setup python
Expand Down

0 comments on commit ee2df77

Please sign in to comment.