From b2bff2ffb4e9e5e7bd94be3fbb2bac2ce32871c0 Mon Sep 17 00:00:00 2001 From: Cleveland Date: Tue, 23 Jan 2024 09:38:03 -0700 Subject: [PATCH] set enviroment for serial test --- .github/workflows/testing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9ff7eed..fd91e8d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,4 +31,6 @@ jobs: python -m pytest --cov-report term-missing --cov=opppy tests/ - name: Serial Test run: | - OPPPY_USE_THREADS=false python -m pytest --cov-report term-missing --cov=opppy tests/ + python -m pytest --cov-report term-missing --cov=opppy tests/ + env: + OPPPY_USE_THREADS=false