Skip to content

Commit

Permalink
test update pipeline 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vorel99 committed Sep 17, 2023
1 parent 4293494 commit 7e1c52f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7e1c52f

Please sign in to comment.