Skip to content

Commit

Permalink
Verify fastparquet installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dswigh committed Jun 24, 2024
1 parent 845298f commit e907131
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ jobs:
# run poetry install if the poetry lock has changed
- name: Install dependencies
if: steps.cache-poetry.outputs.cache-hit != 'true'
# if: steps.cache-poetry.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root

- name: Verify fastparquet installation
run: poetry run python -c "import fastparquet; print(fastparquet.__version__)"

- name: Run test suite
run: poetry run pytest -v --cov --ignore=condition_prediction --splits 5 --group ${{ matrix.group }} --splitting-algorithm least_duration

Expand Down

0 comments on commit e907131

Please sign in to comment.