From 31ea67f4c6f626bb5db9a148b833436323a5e204 Mon Sep 17 00:00:00 2001 From: Wes McKinney Date: Mon, 1 Apr 2024 18:05:57 -0500 Subject: [PATCH] Try --no-dependencies instead --- .github/workflows/positron-python-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/positron-python-ci.yml b/.github/workflows/positron-python-ci.yml index 498137d59a6..007d4f810dc 100644 --- a/.github/workflows/positron-python-ci.yml +++ b/.github/workflows/positron-python-ci.yml @@ -235,7 +235,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 -r pythonFiles/positron/data-science-requirements.txt + python -m pip install --prefer-binary --force-reinstall --no-dependencies -r pythonFiles/positron/data-science-requirements.txt - name: Run Positron IPyKernel unit tests run: pytest pythonFiles/positron