Skip to content

Commit a571160

Browse files
authored
Merge branch 'main' into remove-inherited-docs
2 parents a33eb01 + 43503c3 commit a571160

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/downstream_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,8 @@ jobs:
436436
- name: install-deps
437437
run: |
438438
cd pointblank
439-
uv pip install --system ".[dev]"
440-
uv pip install pytest pytest-cov pytest-snapshot pandas polars "ibis-framework[duckdb,mysql,postgres,sqlite]>=9.5.0" chatlas shiny --system
439+
uv pip install . --group dev --system
440+
uv pip install pytest pytest-cov pytest-snapshot pandas polars "ibis-framework[duckdb,mysql,postgres,sqlite]>=9.5.0" chatlas shiny --system
441441
- name: install-narwhals-dev
442442
run: |
443443
uv pip uninstall narwhals --system

0 commit comments

Comments
 (0)