From 993cca1eff50d6d4fdc45593095af779647d83b1 Mon Sep 17 00:00:00 2001 From: Mike Alfare Date: Wed, 9 Oct 2024 17:10:19 -0400 Subject: [PATCH] update release workflows to work with both packages --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94f32e25..f5108041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: working-directory: ./${{ matrix.package }} unit_test: - name: 'Unit tests - ${{ matrix.package }} - ${{ matrix.python-version }}' + name: 'Unit tests with coverage - ${{ matrix.package }} - ${{ matrix.python-version }}' runs-on: ubuntu-latest strategy: matrix: