From f577740987225d666f97078c3c3c92b16d99cc17 Mon Sep 17 00:00:00 2001 From: kumiori Date: Mon, 7 Oct 2024 13:56:22 +0200 Subject: [PATCH] fixing conda relic --- .github/workflows/ubuntu.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index ce7bed2..3c229ee 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -44,5 +44,4 @@ jobs: - name: Run tests run: | 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