Skip to content

Commit

Permalink
forcing python version 3 for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
PandoraQS committed Sep 15, 2024
1 parent fc1ddfe commit 26dd1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
if: startsWith(matrix.os, 'win') || startsWith(matrix.os, 'ubuntu')

- name: Package Mac
run: PYTHON_PATH=$(which python) npm run dist
if: startsWith(matrix.os, 'mac')
run: PYTHON_PATH=$(which python3) npm run dist
if: startsWith(matrix.os, 'mac')

- name: Upload Linux Version
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 26dd1fc

Please sign in to comment.