Skip to content

Commit

Permalink
Merge pull request #2 from nexB/add-project-files
Browse files Browse the repository at this point in the history
Update test command in azure-pipelines.yml
  • Loading branch information
JonoYang authored Feb 24, 2024
2 parents 67c462a + 88211a3 commit 1644830
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 1644830

Please sign in to comment.