Skip to content

Commit

Permalink
Fix setuptools install order
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 committed Oct 14, 2023
1 parent 797015b commit dd85c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: pyodide-env
Expand All @@ -23,8 +23,8 @@ jobs:

- name: Install latest pyodide-build and build dependencies
run : |
pip install git+https://github.com/pyodide/pyodide.git@main#subdirectory=pyodide-build
pip install setuptools --upgrade
pip install git+https://github.com/pyodide/pyodide.git@main#subdirectory=pyodide-build
pyodide xbuildenv install --download --url http://pyodide-cache.s3-website-us-east-1.amazonaws.com/xbuildenv/dev/xbuildenv.tar.bz2
Expand Down

0 comments on commit dd85c2b

Please sign in to comment.