Skip to content

Commit

Permalink
ci: again (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli authored Sep 13, 2024
1 parent 23cbe30 commit 778fa0b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/extremes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,11 @@ jobs:
run: pytest narwhals --doctest-modules

nightlies:
if: github.event_name == 'push'
strategy:
matrix:
python-version: ["3.11"]
os: [ubuntu-latest]

if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -119,7 +118,7 @@ jobs:
run: |
kaggle kernels output "marcogorelli/variable-brink-glacier"
- name: install-polars
run: pip install *.whl --system
run: python -m pip install *.whl
- 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 778fa0b

Please sign in to comment.