Skip to content

Commit

Permalink
ci: only run nightlies on pushes to main (#965)
Browse files Browse the repository at this point in the history
* just pip install whl?

* nightlies only on main
  • Loading branch information
MarcoGorelli authored Sep 13, 2024
1 parent f6ede76 commit 23cbe30
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 @@ -91,7 +91,8 @@ jobs:
- name: Run doctests
run: pytest narwhals --doctest-modules

pandas-nightly-and-dask:
nightlies:
if: github.event_name == 'push'
strategy:
matrix:
python-version: ["3.11"]
Expand All @@ -118,7 +119,7 @@ jobs:
run: |
kaggle kernels output "marcogorelli/variable-brink-glacier"
- name: install-polars
run: uv pip install *.whl --system
run: pip install *.whl --system
- name: install-reqs
run: uv pip install --upgrade tox virtualenv setuptools pip -r requirements-dev.txt --system
- name: uninstall pyarrow
Expand Down

0 comments on commit 23cbe30

Please sign in to comment.