We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15204c commit 7c60c3aCopy full SHA for 7c60c3a
1 file changed
.github/workflows/pre-release.yml
@@ -39,6 +39,14 @@ jobs:
39
- name: Print All Github Environment Variables
40
run: env
41
42
+ - name: Set up Python 3.11
43
+ uses: actions/setup-python@v5
44
+ with:
45
+ python-version: '3.11'
46
+
47
+ - name: Set PYTHON env
48
+ run: echo "PYTHON=$(which python3)" >> $GITHUB_ENV
49
50
# Install rush
51
- name: Install native deps for node-canvas (macOS)
52
if: runner.os == 'macOS'
0 commit comments