Skip to content

Commit

Permalink
Removed the deprecated macos_11 (macos11_cpython_latest_from_pip)
Browse files Browse the repository at this point in the history
Signed-off-by: Chin Yeung Li <[email protected]>
  • Loading branch information
chinyeungli committed Aug 9, 2024
1 parent 6df608c commit 4e7bec8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,3 @@ jobs:
all:
venv\Scripts\pip install --upgrade-strategy eager --force-reinstall
--upgrade -e . && venv\Scripts\pytest -n 2 -vvs

- template: etc/ci/azure-posix.yml
parameters:
job_name: macos11_cpython_latest_from_pip
image_name: macos-11
python_versions: ["3.7", "3.8", "3.9", "3.10"]
test_suites:
all:
venv/bin/pip install --upgrade-strategy eager --force-reinstall
--upgrade -e . && venv/bin/pytest -n 2 -vvs

0 comments on commit 4e7bec8

Please sign in to comment.