From af01080b8013224dbd39b8439a9b62579bf763a1 Mon Sep 17 00:00:00 2001 From: Fabio Silva Date: Mon, 29 Apr 2024 12:46:18 -0700 Subject: [PATCH] Updated testing matrix on bbp-ci.yml to fix CI tests --- .github/workflows/bbp-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bbp-ci.yml b/.github/workflows/bbp-ci.yml index 9173148..d9d64da 100644 --- a/.github/workflows/bbp-ci.yml +++ b/.github/workflows/bbp-ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ "3.7.6", "3.8", "3.9", "3.10" ] + python-version: [ "3.7", "3.8", "3.9", "3.10" ] steps: - name: set BBP_DIR run: echo "BBP_BASE_DIR=$RUNNER_WORKSPACE/bbp" >> $GITHUB_ENV