Skip to content

Commit 41f0352

Browse files
Merge pull request #1723 from forcedotcom/sc/W-17590063
FIX: @W-17590063@: Add install of python 3.10+ to publish-to-npm script
2 parents 77080a6 + bcb18d6 commit 41f0352

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ jobs:
7979
with:
8080
distribution: 'temurin'
8181
java-version: '11' # For now, Java version is hardcoded.
82+
- uses: actions/setup-python@v5
83+
with:
84+
python-version: '>=3.10'
8285
# Install SF, and the release candidate version.
8386
- run: npm install -g @salesforce/cli
8487
- run: sf plugins install @salesforce/plugin-code-analyzer@latest-beta-rc

0 commit comments

Comments
 (0)