From a644d5d5de06db30adfd2472f64550b3b2dcf5f8 Mon Sep 17 00:00:00 2001 From: Mike Anderson Date: Mon, 22 Apr 2024 20:59:57 -0500 Subject: [PATCH] add pytest fix --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a01c663..cfdd9c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/setup-python@v4 + - + uses: actions/setup-python@v4 with: # matches compat target in setup.py python-version: '3.8'