Skip to content

Commit

Permalink
Try --no-dependencies instead
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Apr 1, 2024
1 parent 899dced commit 31ea67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/positron-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31ea67f

Please sign in to comment.