Skip to content

Commit c422f5d

Browse files
committed
Bump CI runner and do not log details
Signed-off-by: Philippe Ombredanne <pombredanne@aboutcode.org>
1 parent fe53753 commit c422f5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.12"
2727

2828
- name: Install dotnet and sys deps
2929
run: |
@@ -46,4 +46,4 @@ jobs:
4646
path: release/*.tar.gz
4747

4848
- name: Run tests
49-
run: ./venv/bin/pytest -vvs -n3
49+
run: ./venv/bin/pytest -n3

0 commit comments

Comments
 (0)