Skip to content

Commit b798835

Browse files
workflow seems to be trying 3.1 instead of 3.10
1 parent f4b8beb commit b798835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mplfinance_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-20.04
66
strategy:
77
matrix:
8-
python-version: [3.8, 3.9, 3.10]
8+
python-version: [3.8, 3.9, 3.10 ]
99
steps:
1010
- name: Preliminary Information
1111
run: |

0 commit comments

Comments
 (0)