From d4cac3be3160b82df9e1542c529fa3e48ccf9258 Mon Sep 17 00:00:00 2001 From: Irfan Alibay Date: Sun, 25 Aug 2024 13:53:18 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fe0d34276..24be70478 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -117,7 +117,7 @@ jobs: OFE_SLOW_TESTS: ${{ fromJSON('{"false":"false","true":"true"}')[github.event_name != 'pull_request'] }} DUECREDIT_ENABLE: 'yes' run: | - pytest -n auto -v --cov=openfe --cov=openfecli --cov-report=xml --durations=10 + pytest -n logical -v --cov=openfe --cov=openfecli --cov-report=xml --durations=10 - name: codecov-pr if: ${{ github.repository == 'OpenFreeEnergy/openfe'