Skip to content

Commit

Permalink
remove typechecks
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Oct 29, 2024
1 parent 7fddde5 commit 13d5e5d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
matrix:
python-version: ["3.12"]
os: [ubuntu-latest]
dependencies: ["core", "core,optional"]
dependencies: ["core,optional"]

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -111,14 +111,6 @@ jobs:
hatch run python -c "import narwhals; print(narwhals.__file__)"
hatch run test-optional:test-narwhals
timeout-minutes: 15
- name: Run typechecks
run: |
cd marimo
. .venv/bin/activate
# make sure that we use the .venv when running tests, so that
# the local narwhals install is picked up
sed -i '/^\[tool.hatch.envs.typecheck\]/a path = ".venv"' pyproject.toml
hatch run typecheck:check

scikit-lego:
strategy:
Expand Down

0 comments on commit 13d5e5d

Please sign in to comment.