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