Skip to content

Commit 7c60c3a

Browse files
committed
chore: workflow problem
1 parent e15204c commit 7c60c3a

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pre-release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
- name: Print All Github Environment Variables
4040
run: env
4141

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+
4250
# Install rush
4351
- name: Install native deps for node-canvas (macOS)
4452
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)