Skip to content

Commit 1908395

Browse files
committed
Fix quotes on yaml for 3.10 Python version
1 parent cb7da31 commit 1908395

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ jobs:
468468
uses: actions/[email protected]
469469
id: python-install
470470
with:
471-
python-version: 3.10
471+
python-version: '3.10'
472472
- name: Install Google Cloud Storage Testbench
473473
shell: msys2 {0}
474474
env:

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
cache: conda-python-3.10
8383
image: conda-python-pandas
8484
title: AMD64 Conda Python 3.10 Pandas 1.1.3
85-
python: 3.10
85+
python: "3.10"
8686
pandas: "1.1.3"
8787
numpy: 1.19.5
8888
- name: conda-python-3.12-pandas-latest

0 commit comments

Comments
 (0)