Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temporarily disable pip package snapshot CI tests #2596

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions .github/workflows/positron-python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**'


Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Loading