diff --git a/.github/workflows/extremes.yml b/.github/workflows/extremes.yml index ed698c29c..884cb7852 100644 --- a/.github/workflows/extremes.yml +++ b/.github/workflows/extremes.yml @@ -68,43 +68,43 @@ jobs: - name: Run doctests run: pytest narwhals --doctest-modules - polars-nightly: - if: github.ref == 'refs/heads/main' - strategy: - matrix: - python-version: ["3.12"] - os: [ubuntu-latest] + # polars-nightly: + # if: github.ref == 'refs/heads/main' + # strategy: + # matrix: + # python-version: ["3.12"] + # os: [ubuntu-latest] - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 - with: - python-version: ${{ matrix.python-version }} - - name: Cache multiple paths - uses: actions/cache@v3 - with: - path: | - ~/.cache/pip - $RUNNER_TOOL_CACHE/Python/* - ~\AppData\Local\pip\Cache - key: ${{ runner.os }}-build-${{ matrix.python-version }} - - name: install-kaggle - run: python -m pip install kaggle - - name: Download Kaggle notebook artifact - env: - KAGGLE_USERNAME: ${{ secrets.KAGGLE_USERNAME }} - KAGGLE_KEY: ${{ secrets.KAGGLE_KEY }} - run: kaggle kernels output marcogorelli/polars-nightly - - name: install-reqs - run: python -m pip install --upgrade tox virtualenv setuptools pip -r requirements-dev.txt - - name: uninstall polars - run: python -m pip uninstall polars -y - - name: install-modin-pandas - run: pip install modin[dask] pandas - - name: install-polars-nightly - run: python -m pip install *.whl - - name: Run pytest - run: pytest tests --cov=narwhals --cov=tests --cov-fail-under=50 - - name: Run doctests - run: pytest narwhals --doctest-modules + # runs-on: ${{ matrix.os }} + # steps: + # - uses: actions/checkout@v3 + # - uses: actions/setup-python@v4 + # with: + # python-version: ${{ matrix.python-version }} + # - name: Cache multiple paths + # uses: actions/cache@v3 + # with: + # path: | + # ~/.cache/pip + # $RUNNER_TOOL_CACHE/Python/* + # ~\AppData\Local\pip\Cache + # key: ${{ runner.os }}-build-${{ matrix.python-version }} + # - name: install-kaggle + # run: python -m pip install kaggle + # - name: Download Kaggle notebook artifact + # env: + # KAGGLE_USERNAME: ${{ secrets.KAGGLE_USERNAME }} + # KAGGLE_KEY: ${{ secrets.KAGGLE_KEY }} + # run: kaggle kernels output marcogorelli/polars-nightly + # - name: install-reqs + # run: python -m pip install --upgrade tox virtualenv setuptools pip -r requirements-dev.txt + # - name: uninstall polars + # run: python -m pip uninstall polars -y + # - name: install-modin-pandas + # run: pip install modin[dask] pandas + # - name: install-polars-nightly + # run: python -m pip install *.whl + # - name: Run pytest + # run: pytest tests --cov=narwhals --cov=tests --cov-fail-under=50 + # - name: Run doctests + # run: pytest narwhals --doctest-modules