From b615a07dbcd589f81344ae0fee0c65e32584fb14 Mon Sep 17 00:00:00 2001 From: Nate Parsons Date: Tue, 7 May 2024 15:10:52 -0500 Subject: [PATCH] update test names --- .github/workflows/build_docs.yaml | 2 +- .github/workflows/tests_with_latest_deps.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index fcc719cb5..c0b536459 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -10,7 +10,7 @@ env: ALTERYX_OPEN_SRC_UPDATE_CHECKER: False jobs: build_docs: - name: 3.9 build docs + name: ${{ matrix.python_version }} Build Docs runs-on: ubuntu-latest strategy: matrix: diff --git a/.github/workflows/tests_with_latest_deps.yaml b/.github/workflows/tests_with_latest_deps.yaml index b43e9650a..39ba58fe7 100644 --- a/.github/workflows/tests_with_latest_deps.yaml +++ b/.github/workflows/tests_with_latest_deps.yaml @@ -11,7 +11,7 @@ env: ALTERYX_OPEN_SRC_UPDATE_CHECKER: False jobs: unit_latest_tests: - name: ${{ matrix.python_version }} ${{ matrix.directories }} unit tests + name: ${{ matrix.python_version }} ${{ matrix.directories }} Unit Tests runs-on: ubuntu-latest strategy: fail-fast: true