Skip to content

Commit

Permalink
Temporarily disable snapshot CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wesm committed Apr 1, 2024
1 parent 024a178 commit e5b7d9c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/positron-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,16 +228,18 @@ jobs:
run: python -m pip install --prefer-binary --upgrade -r pythonFiles/positron/pinned-test-requirements.txt

- name: Get date for older dependencies
if: ${{ matrix.time-elapsed != '' }}
# if: ${{ matrix.time-elapsed != '' }}
if: false
run: |
echo "SNAPSHOT_DATE=$(date -d '-${{ matrix.time-elapsed }}' --iso-8601)" >> $GITHUB_ENV
- name: Get older PyPI snapshot
if: ${{ matrix.time-elapsed != '' }}
# if: ${{ matrix.time-elapsed != '' }}
if: false
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
Expand Down

0 comments on commit e5b7d9c

Please sign in to comment.