From ca525bb740dbd6a3b9620ef388e1da549e38ac57 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Mon, 28 Aug 2023 09:59:36 -0400 Subject: [PATCH] Unpin Python version References: * https://github.com/casework/CASE-Utilities-Python/issues/127 Signed-off-by: Alex Nelson --- .github/workflows/web_resources.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/web_resources.yml b/.github/workflows/web_resources.yml index 803f3a12..d0d1037e 100644 --- a/.github/workflows/web_resources.yml +++ b/.github/workflows/web_resources.yml @@ -23,9 +23,6 @@ jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - python-version: [3.8] steps: - uses: actions/checkout@v3