diff --git a/.github/workflows/tests_and_cleanup.yml b/.github/workflows/tests_and_cleanup.yml index aa96b1c0c..a62245fd9 100644 --- a/.github/workflows/tests_and_cleanup.yml +++ b/.github/workflows/tests_and_cleanup.yml @@ -175,11 +175,6 @@ jobs: conda init python -m pip install -e .[test] - - name: Run CLI Test Default - run: | - source activate - nox -f test/playground/noxfile.py -s ${{ matrix.session }} - run-cli-test-multiple: runs-on: ubuntu-22.04 steps: