Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Oct 29, 2024
1 parent 2337017 commit 80630a6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/downstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,7 @@ jobs:
if: ${{ matrix.dependencies == 'core,optional' }}
run: |
cd marimo
uv pip install toml --system
echo -e "[envs.default]\npath = \"$(which python)\"" > hatch.toml
cat hatch.toml
hatch run test-optional:test-narwhals
HATCH_ENV_DEFAULT_PATH=$(which python) hatch run test-optional:test-narwhals
timeout-minutes: 15
- name: Run typechecks
run: |
Expand Down

0 comments on commit 80630a6

Please sign in to comment.