Skip to content

Commit

Permalink
pass python versions as string
Browse files Browse the repository at this point in the history
  • Loading branch information
psmyth94 committed Oct 13, 2024
1 parent de6b284 commit 5beff86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
matrix:
test: [unit]
os: [ubuntu-latest, windows-latest]
python-version: [3.8, 3.9, 3.10, 3.11]
python-version: ["3.8", "3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.test == 'integration' }}
steps:
Expand Down

0 comments on commit 5beff86

Please sign in to comment.