diff --git a/.github/workflows/downstream_tests.yml b/.github/workflows/downstream_tests.yml index dff18d35a..d9fd475a4 100644 --- a/.github/workflows/downstream_tests.yml +++ b/.github/workflows/downstream_tests.yml @@ -94,9 +94,8 @@ jobs: - name: Run tests run: | cd marimo - hatch run test:test -v tests/ -k "not test_cli" - hatch run test-optional:test -v tests/ -k "not test_cli" - timeout-minutes: 10 + hatch run +py=${{ matrix.python-version }} test:test -v tests/ -k "not test_cli" + hatch run +py=${{ matrix.python-version }} test-optional:test -v tests/ -k "not test_cli" - name: Run typechecks run: | cd marimo