We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8813557 commit ab4733aCopy full SHA for ab4733a
1 file changed
.github/workflows/test_and_deploy.yaml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
matrix:
23
platform: [ubuntu-latest]
24
- python-version: [3.10]
+ python-version: ["3.10"]
25
26
steps:
27
- uses: actions/checkout@v2
@@ -62,7 +62,7 @@ jobs:
62
- name: Set up Python
63
uses: actions/setup-python@v2
64
with:
65
- python-version: "3.9"
+ python-version: "3.10"
66
- name: Install dependencies
67
run: |
68
python -m pip install --upgrade pip
0 commit comments