From 4ead84be6af0a7ead1ec3a16eb15df786b3b568e Mon Sep 17 00:00:00 2001 From: Wes McKinney Date: Mon, 1 Apr 2024 18:40:14 -0500 Subject: [PATCH] Temporarily disable snapshot CI tests (#2596) polars forces a downgrade of the typing_extensions library which breaks newer IPython in CI. This temporarily disables these tests until we can sort out a proper fix to unblock other PRs. It also makes sure that these tests run when the CI configuration changes. --- .github/workflows/positron-python-ci.yml | 28 +++++++++++++----------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/.github/workflows/positron-python-ci.yml b/.github/workflows/positron-python-ci.yml index 007d4f810dc..cb86336b1c8 100644 --- a/.github/workflows/positron-python-ci.yml +++ b/.github/workflows/positron-python-ci.yml @@ -5,11 +5,13 @@ on: branches: - main paths: + - '.github/workflows/positron-python-ci.yml' - 'extensions/positron-python/**' pull_request: branches: - main paths: + - '.github/workflows/positron-python-ci.yml' - 'extensions/positron-python/**' @@ -196,18 +198,18 @@ jobs: - os: 'ubuntu-latest' python: '3.12' time-elapsed: '' - - os: 'ubuntu-latest' - python: '3.10' - time-elapsed: '3 months' - - os: 'ubuntu-latest' - python: '3.10' - time-elapsed: '6 months' - - os: 'ubuntu-latest' - python: '3.10' - time-elapsed: '9 months' - - os: 'ubuntu-latest' - python: '3.10' - time-elapsed: '1 year' + # - os: 'ubuntu-latest' + # python: '3.10' + # time-elapsed: '3 months' + # - os: 'ubuntu-latest' + # python: '3.10' + # time-elapsed: '6 months' + # - os: 'ubuntu-latest' + # python: '3.10' + # time-elapsed: '9 months' + # - os: 'ubuntu-latest' + # python: '3.10' + # time-elapsed: '1 year' steps: - name: Checkout @@ -235,7 +237,7 @@ jobs: run: | python -m pip config set global.index-url https://packagemanager.posit.co/pypi/${{ env.SNAPSHOT_DATE }}/simple python -m pip config set global.trusted-host packagemanager.posit.co - python -m pip install --prefer-binary --force-reinstall --no-dependencies -r pythonFiles/positron/data-science-requirements.txt + python -m pip install --prefer-binary --force-reinstall -r pythonFiles/positron/data-science-requirements.txt - name: Run Positron IPyKernel unit tests run: pytest pythonFiles/positron