Skip to content

Commit

Permalink
Update python_CI-CD.yaml
Browse files Browse the repository at this point in the history
correcting Python version 3.10 element to avoid notation issue actions/setup-python#160
  • Loading branch information
a-w-beck committed Nov 10, 2021
1 parent d58c014 commit f7150db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_CI-CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fail-fast: false
matrix: # max 256 jobs per workflow
os: [ubuntu-latest, windows-latest, macos-latest]
py-version: [3.8, 3.9, 3.10]
py-version: ['3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f7150db

Please sign in to comment.