Skip to content

Commit

Permalink
Do not install Python
Browse files Browse the repository at this point in the history
  • Loading branch information
hemebond committed Dec 17, 2024
1 parent 33db097 commit 5962470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
# make `git describe` show the correct commit hash
fetch-depth: '0'

- uses: actions/setup-python@v5
with:
python-version: '3.10'
# - uses: actions/setup-python@v5
# with:
# python-version: '3.10'

- name: Install emsdk
uses: actions/[email protected]
Expand Down

0 comments on commit 5962470

Please sign in to comment.