We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b798835 commit b35ac8cCopy full SHA for b35ac8c
.github/workflows/mplfinance_checks.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-20.04
6
strategy:
7
matrix:
8
- python-version: [3.8, 3.9, 3.10 ]
+ python-version: ['3.8', '3.9', '3.10' ]
9
steps:
10
- name: Preliminary Information
11
run: |
0 commit comments