Skip to content

Commit

Permalink
Updated testing matrix on bbp-ci.yml to fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolsilva committed Apr 29, 2024
1 parent 8b1998c commit af01080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bbp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af01080

Please sign in to comment.