From c1b46e6b5be5ca9fa955e4fe65fe89e545fd591f Mon Sep 17 00:00:00 2001 From: Brad Macdonald Date: Mon, 8 Jan 2024 12:23:20 -0700 Subject: [PATCH] run tests without tox --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9720635..1a5a8d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,8 +96,9 @@ jobs: SEVENBRIDGES_CONNECTION_URI: ${{ secrets.SEVENBRIDGES_CONNECTION_URI }} NEXTFLOWTOWER_CONNECTION_URI: ${{ secrets.NEXTFLOWTOWER_CONNECTION_URI }} SYNAPSE_CONNECTION_URI: ${{ secrets.SYNAPSE_CONNECTION_URI }} - run: >- - tox -- -rFEx --durations 10 --color yes + run: pytest -vv + # >- + # tox -- -rFEx --durations 10 --color yes - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: