diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7b19cc848..9c0cc17e0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -81,7 +81,7 @@ jobs: ${{ runner.os }}-${{ matrix.pandas }}-pip- - run: | pip install --upgrade pip setuptools wheel - pip install -e .[dev, pandas] + pip install -e ".[dev, spark]" pip install "${{ matrix.pandas }}" "${{ matrix.numpy }}" - run: make install @@ -129,7 +129,7 @@ jobs: ${{ runner.os }}-${{ matrix.pandas }}-pip- - run: | pip install --upgrade pip setuptools wheel - pip install -e .[dev, pandas] + pip install -e ".[dev, spark]" pip install "${{ matrix.pandas }}" "${{ matrix.numpy }}" - run: make install @@ -144,7 +144,7 @@ jobs: ${{ runner.os }}-${{ matrix.pandas }}-pip- - run: | pip install --upgrade pip setuptools wheel - pip install -e .[dev, pandas] + pip install -e ".[dev, spark]" pip install "${{ matrix.pandas }}" "${{ matrix.numpy }}" - run: make install - run: make test_cov @@ -213,7 +213,7 @@ jobs: - run: | pip install --upgrade pip setuptools wheel pip install pytest-spark>=0.6.0 pyarrow==1.0.1 pyspark=="${{ matrix.spark }}" - pip install -e .[dev, spark] + pip install -e ".[dev, spark]" pip install "${{ matrix.pandas }}" "${{ matrix.numpy }}" - if: ${{ matrix.spark != '3.0.1' }} run: echo "ARROW_PRE_0_15_IPC_FORMAT=1" >> $GITHUB_ENV