Skip to content

Commit

Permalink
wapm install python
Browse files Browse the repository at this point in the history
  • Loading branch information
jimkring authored Feb 17, 2024
1 parent d538b40 commit c5fd61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: install python wasm
# pipe "y" into wapm install to confirm key ssh key
run: |
echo y | wapm install python/python
echo y | wapm install python
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit c5fd61e

Please sign in to comment.