From 3eb45d821d09630f34533abd5c619fc6d1186fdf Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Mon, 20 Nov 2023 16:12:11 -0500 Subject: [PATCH] x --- .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 40ab803b..316df60f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: matrix: python-version: - "3.11" - name: Python ${{ matrix.python-version }} tests + name: Documentation Build for Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v3