Skip to content

Commit

Permalink
tests: update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nelson-uiuc committed Dec 27, 2024
1 parent 5fc5a60 commit 1629d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pyspark==${{ matrix.pyspark-version }} attrs==${{ matrix.attrs-version }} pytest loguru
pip install pyspark==${{ matrix.pyspark-version }} attrs==${{ matrix.attrs-version }}
pip install --upgrade pytest loguru pandas distutils
pip install --editable .
- name: Run testing suite
run: python -m pytest tests

0 comments on commit 1629d14

Please sign in to comment.