diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a008aa8..17be71c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -259,7 +259,7 @@ jobs: - name: Install test dependencies run: | - pip install pytest pytest-pyodide pytest-httpserver + pip install pytest pytest-pyodide pytest-httpserver auditwheel-emscripten - name: Run tests shell: bash -l {0} diff --git a/environment.yml b/environment.yml index 3dd388e..9c9d0ab 100644 --- a/environment.yml +++ b/environment.yml @@ -2,7 +2,7 @@ name: pyodide-env channels: - conda-forge dependencies: - - python=3.12 + - python=3.12.1 - nodejs=20 - ccache - f2c @@ -18,5 +18,5 @@ dependencies: - gfortran - pip: - pytest - - pytest-pyodide==0.56.2 + - pytest-pyodide==0.58.1 - pytest-httpserver