From 0d7faf20a5a646497e2bdec04318d4a3740aba9c Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 1 Feb 2024 07:49:37 -0700 Subject: [PATCH] remove steps redo yaml --- .github/workflows/test.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3957d05d..cf484cb5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,10 +46,9 @@ jobs: make extended_tests fi shell: bash - name: Python ${{ matrix.python-version }} ${{ matrix.test_type }} - steps: - - uses: actions/checkout@v4 - - name: Set up Python ${{ matrix.python-version }} + - name: Python ${{ matrix.python-version }} ${{ matrix.test_type }} + uses: actions/checkout@v4 + name: Set up Python ${{ matrix.python-version }} uses: "./.github/actions/poetry_setup" with: python-version: ${{ matrix.python-version }} @@ -63,7 +62,7 @@ jobs: echo "Running extended tests, installing dependencies with poetry..." poetry install -E extended_testing fi - - name: Run ${{matrix.test_type}} tests + name: Run ${{matrix.test_type}} tests run: | if [ "${{ matrix.test_type }}" == "core" ]; then make test