Skip to content

Commit

Permalink
this should fix 3.10 being interpreted as 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielGoldfarb committed Jun 14, 2023
1 parent b798835 commit b35ac8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mplfinance_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8, 3.9, 3.10 ]
python-version: ['3.8', '3.9', '3.10' ]
steps:
- name: Preliminary Information
run: |
Expand Down

0 comments on commit b35ac8c

Please sign in to comment.