Skip to content

Commit

Permalink
Pin python patch version and pytest-pyodide version [full build] (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking13 authored Jul 6, 2024
1 parent 0ea28c1 commit 603bd7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pyodide-env
channels:
- conda-forge
dependencies:
- python=3.12
- python=3.12.1
- nodejs=20
- ccache
- f2c
Expand All @@ -18,5 +18,5 @@ dependencies:
- gfortran
- pip:
- pytest
- pytest-pyodide==0.56.2
- pytest-pyodide==0.58.1
- pytest-httpserver

0 comments on commit 603bd7b

Please sign in to comment.