Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Sep 13, 2024
1 parent 7f2708d commit 067e884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extremes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
KAGGLE_USERNAME: ${{ secrets.KAGGLE_USERNAME }}
KAGGLE_KEY: ${{ secrets.KAGGLE_KEY }}
run: kaggle kernels output marcogorelli/testing-cudf-in-narwhals
run: python -c 'import os; print(os.environ.get("KAGGLE_USERNAME"))'
- name: install-polars
run: uv python -m pip install *.whl --system
- name: install-reqs
Expand Down

0 comments on commit 067e884

Please sign in to comment.