Skip to content

Commit 8586e97

Browse files
authored
chore: pin Python version in CI to 3.10 MONGOSH-1344 (#32)
1 parent cf7cd3a commit 8586e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install python
4444
uses: actions/setup-python@v2
4545
with:
46-
python-version: '3.x'
46+
python-version: '3.10'
4747
- name: Install Node.js build deps
4848
run: choco install nasm
4949
- name: Install developer command prompt

0 commit comments

Comments
 (0)