From f51ce84a6dfaa0f5a871515126bfc13dd93fe34f Mon Sep 17 00:00:00 2001 From: David Kaplan Date: Mon, 2 Dec 2024 09:23:28 -0600 Subject: [PATCH] try all tests --- .github/workflows/ci_test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_test.yml b/.github/workflows/ci_test.yml index 985cd8bef..a0e500d5a 100644 --- a/.github/workflows/ci_test.yml +++ b/.github/workflows/ci_test.yml @@ -94,7 +94,7 @@ jobs: # with: # name: documentation # path: .tox/docs_out/ - test-mamba: + ci-tests-macos: runs-on: macos-latest steps: - uses: actions/checkout@v4 @@ -124,5 +124,6 @@ jobs: python -c "import tox; print(f'tox {tox.__version__}')" - name: Run tests shell: bash -el {0} - run: tox -e singletest + run: tox -e py313-test + \ No newline at end of file