Skip to content

Commit ab4733a

Browse files
authored
Update test_and_deploy.yaml (#37)
1 parent 8813557 commit ab4733a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
platform: [ubuntu-latest]
24-
python-version: [3.10]
24+
python-version: ["3.10"]
2525

2626
steps:
2727
- uses: actions/checkout@v2
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Python
6363
uses: actions/setup-python@v2
6464
with:
65-
python-version: "3.9"
65+
python-version: "3.10"
6666
- name: Install dependencies
6767
run: |
6868
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)