From 1a28804f1f97652d9b5de7d215ebdb52c204e14e Mon Sep 17 00:00:00 2001 From: kumiori Date: Mon, 7 Oct 2024 13:50:28 +0200 Subject: [PATCH] import issues --- .github/workflows/conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 16e1c19..128725b 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -55,4 +55,4 @@ jobs: source $(conda info --base)/etc/profile.d/conda.sh # Ensure conda is properly initialized echo "Running tests" conda activate fenicsx-env - cd test && pytest -v . || echo "Tests failed" \ No newline at end of file + cd test && python3 -m pytest . || echo "Tests failed" \ No newline at end of file