Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Sep 13, 2024
1 parent f3ad2c8 commit 8330f6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/extremes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
KAGGLE_USERNAME: ${{ secrets.KAGGLE_USERNAME }}
KAGGLE_KEY: ${{ secrets.KAGGLE_KEY }}
run: |
python -c 'import os; print("hello everybody", os.environ.get("KAGGLE_USERNAME")[:3])'
python -c 'import os; print("hello everybody", os.environ.get("KAGGLE_KEY")[:3])'
python -c 'import os; print("hello everybody", len(os.environ.get("KAGGLE_USERNAME")))'
python -c 'import os; print("hello everybody", len(os.environ.get("KAGGLE_KEY")))'
kaggle kernels output "marcogorelli/variable-brink-glacier"
- name: install-polars
run: uv pip install *.whl --system
Expand Down Expand Up @@ -56,3 +56,4 @@ jobs:
- name: Run doctests
run: pytest narwhals --doctest-modules


0 comments on commit 8330f6f

Please sign in to comment.