Skip to content

Commit 8b57764

Browse files
authored
Merge pull request #67 from per1234/pin-python
Pin Python version at 3.11 in build workflow
2 parents 9dedd05 + e7fbe4b commit 8b57764

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
node-version: '16'
3939
registry-url: 'https://registry.npmjs.org'
4040

41-
# - name: Install Python 2.7
42-
# uses: actions/setup-python@v3
43-
# with:
44-
# python-version: '2.7'
41+
- name: Install Python 3.x
42+
uses: actions/setup-python@v4
43+
with:
44+
python-version: '3.11.x'
4545

4646
- name: Package
4747
shell: bash

0 commit comments

Comments
 (0)