Skip to content

Commit

Permalink
donwgrading pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Jul 6, 2023
1 parent 267b8b5 commit 54ffc80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
-c https://repo.mamba.pm/emscripten-forge \
-c https://repo.mamba.pm/conda-forge \
--yes \
python pybind11 nlohmann_json pybind11_json numpy pytest bzip2 sqlite zlib libffi exceptiongroup
python pybind11 nlohmann_json pybind11_json numpy "pytest==7.1.1" bzip2 sqlite zlib libffi exceptiongroup
mkdir build
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
-c https://repo.mamba.pm/emscripten-forge \
-c https://repo.mamba.pm/conda-forge \
--yes \
python pytest numpy exceptiongroup
python "pytest==7.1.1" numpy exceptiongroup
- name: Test in browser-main
Expand Down

0 comments on commit 54ffc80

Please sign in to comment.