Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni committed Jun 30, 2023
1 parent 7bcf405 commit edc4c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: poetry install --all-extras --sync && pip install --ignore-installed polars~=${{ matrix.polars_version }}
- name: Print polars info
run: python -c 'import polars; print(polars.pl.show_versions())'
run: python -c 'import polars; print(polars.show_versions())'
- name: Run tests
run: pytest -v .

Expand Down

0 comments on commit edc4c40

Please sign in to comment.