Skip to content

Commit

Permalink
Use Python version 3.11 in publish_staging
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksus committed Feb 9, 2024
1 parent e654e1e commit a36c3a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ jobs:
- name: Install/update node-gyp
run: npm install -g node-gyp

- name: Use Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'

- name: pnpm Install
run: pnpm install --no-cache

Expand Down

0 comments on commit a36c3a4

Please sign in to comment.