Skip to content

Commit

Permalink
tests: export env var
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-nelson-uiuc committed Dec 27, 2024
1 parent f5eef97 commit dc4f302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
pip install pyspark==${{ matrix.pyspark-version }} attrs==${{ matrix.attrs-version }}
pip install --upgrade pytest loguru pandas pyarrow setuptools
pip install --editable .
export PYARROW_IGNORE_TIMEZONE="1"
- name: Run testing suite
run: python -m pytest tests

0 comments on commit dc4f302

Please sign in to comment.