Skip to content

Commit

Permalink
tests: include pandas, pyarrow to testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nelson-uiuc committed Dec 27, 2024
1 parent 3247e5b commit f5eef97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
pyspark-version: ["3.5.0", "3.5.4"]
pyspark-version: ["3.5.0"]
attrs-version: ["22.1.0", "23.1.0", "24.3.0"]

steps:
Expand All @@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pyspark==${{ matrix.pyspark-version }} attrs==${{ matrix.attrs-version }}
pip install --upgrade pytest loguru pandas pyarrow
pip install --upgrade pytest loguru pandas pyarrow setuptools
pip install --editable .
- name: Run testing suite
run: python -m pytest tests

0 comments on commit f5eef97

Please sign in to comment.