We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7da31 commit 1908395Copy full SHA for 1908395
.github/workflows/cpp.yml
@@ -468,7 +468,7 @@ jobs:
468
uses: actions/[email protected]
469
id: python-install
470
with:
471
- python-version: 3.10
+ python-version: '3.10'
472
- name: Install Google Cloud Storage Testbench
473
shell: msys2 {0}
474
env:
.github/workflows/python.yml
@@ -82,7 +82,7 @@ jobs:
82
cache: conda-python-3.10
83
image: conda-python-pandas
84
title: AMD64 Conda Python 3.10 Pandas 1.1.3
85
- python: 3.10
+ python: "3.10"
86
pandas: "1.1.3"
87
numpy: 1.19.5
88
- name: conda-python-3.12-pandas-latest
0 commit comments