Skip to content

Commit

Permalink
Merge pull request #17 from bojunliu0818/main
Browse files Browse the repository at this point in the history
specify pytest version
  • Loading branch information
bojunliu0818 authored Mar 14, 2024
2 parents e6e514d + 788f9c1 commit 0f8b137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- name: Test with pytest
run: |
# conda install -yq -c ${CONDA_PREFIX}/conda-bld/ msmbuilder2022
conda install -yq pytest numdifftools hmmlearn nose
pip install pytest==8.0.2
conda install -yq numdifftools hmmlearn nose
mkdir ../../pkgs
cp -r msmbuilder/tests ../../pkgs
cd ../../pkgs
Expand Down

0 comments on commit 0f8b137

Please sign in to comment.