From 822fb72301c64a17f5a23d46caa195af6cdfa78f Mon Sep 17 00:00:00 2001 From: Ben Woodcroft Date: Wed, 17 Jul 2024 10:29:28 +1000 Subject: [PATCH] actions: Attempt fix again/ --- .github/workflows/test-graftm.yml | 2 +- graftm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-graftm.yml b/.github/workflows/test-graftm.yml index 8b3ff48..2a78fa0 100644 --- a/.github/workflows/test-graftm.yml +++ b/.github/workflows/test-graftm.yml @@ -27,4 +27,4 @@ jobs: echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH - name: Run tests run: | - pytest + nosetests -v diff --git a/graftm.yml b/graftm.yml index 02af2fe..2a60902 100644 --- a/graftm.yml +++ b/graftm.yml @@ -21,4 +21,4 @@ dependencies: - fastalite - jinja2 - bird_tool_utils_python - - pytest # For testing + - nose # For testing