From 2b5804b7506efe7a10d6b085ded5b45c97392f9f Mon Sep 17 00:00:00 2001 From: Matthew Bries Date: Wed, 31 Jul 2024 12:46:37 -0700 Subject: [PATCH] Last try --- .github/workflows/ccpp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ccpp.yaml b/.github/workflows/ccpp.yaml index 8fe1b87f..8634785f 100644 --- a/.github/workflows/ccpp.yaml +++ b/.github/workflows/ccpp.yaml @@ -85,6 +85,6 @@ jobs: - name: install python-deps run: pip3 install pytest pytest-xdist --break-system-packages - name: build python - run: cd python && python3 -m pip install -e .[test] + run: cd python && python3 -m pip install -e .[test] --break-system-packages - name: run tests run: cd python/tests && pytest -n3