Skip to content

Commit

Permalink
attempted higher python version pin
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed May 20, 2024
1 parent e67ecd7 commit 2e087d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_emscripten-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5 # https://github.com/actions/setup-python/releases
with:
python-version: '3.10'
python-version: '3.11'

- name: Install mamba
uses: mamba-org/setup-micromamba@v1 # https://github.com/mamba-org/setup-micromamba/releases
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4 # https://github.com/actions/deploy-pages/releases
uses: actions/deploy-pages@v4 # https://github.com/actions/deploy-pages/releases

0 comments on commit 2e087d4

Please sign in to comment.