Skip to content

Commit

Permalink
Update test command in azure-pipelines.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <[email protected]>
  • Loading branch information
JonoYang committed Feb 24, 2024
1 parent 0e31dd1 commit 88211a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
image_name: ubuntu-20.04
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
test_suites:
all: venv/bin/pytest -n 2 -vvs
all: venv/bin/pytest -n 2 -vvs --ignore src/matchcode_toolkit/pipelines

- template: etc/ci/azure-posix.yml
parameters:
job_name: ubuntu22_cpython
image_name: ubuntu-22.04
python_versions: ['3.8', '3.9', '3.10', '3.11', '3.12']
test_suites:
all: venv/bin/pytest -n 2 -vvs
all: venv/bin/pytest -n 2 -vvs --ignore src/matchcode_toolkit/pipelines

0 comments on commit 88211a3

Please sign in to comment.