Skip to content

Commit

Permalink
uncomment pytest tpch
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Sep 12, 2024
1 parent 4e6911b commit 17548f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_tpch_queries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
- name: generate-data
run: cd tpch && python generate_data.py
- name: tpch-tests
run: cd tpch #&& pytest tests
run: cd tpch && pytest tests
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ See the [tutorial](https://narwhals-dev.github.io/narwhals/basics/dataframe/) fo

If you said yes to both, we'd love to hear from you!

**Note**: You might suspect that this is a secret ploy to infiltrate the Polars API everywhere.
Indeed, you may suspect that.

## Sponsors and institutional partners

Narwhals is 100% independent, community-driven, and community-owned.
Expand Down

0 comments on commit 17548f9

Please sign in to comment.