File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 with :
8484 python-version : ${{ env.PYVER }}
8585 add-pip-as-python-dependency : true
86- architecture : x64
8786 use-mamba : true
8887 miniforge-version : latest
8988 channels : conda-forge
Original file line number Diff line number Diff line change 8989 use-mamba : true
9090 miniforge-version : latest
9191 channels : conda-forge
92+ channel-priority : flexible
9293 auto-update-conda : true
9394 show-channel-urls : true
9495
@@ -112,16 +113,6 @@ jobs:
112113 echo "install=${install}"
113114 eval ${install}
114115
115- - id : debug-env
116- name : debug-env
117- run : |
118- mamba list
119- python -m pip list
120-
121- # - id: debug-mdanalysistests
122- # run: |
123- # mamba install -c conda-forge mdanalysistests
124-
125116 - id : install-test-deps
126117 name : install-test-deps
127118 continue-on-error : false
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ documentation_type: UserGuide + API
1717
1818# # Some optional entries
1919install :
20- - python -m pip install propkatraj
20+ - pip install propkatraj
2121src_install :
22- - python -m pip install git+https://github.com/Becksteinlab/propkatraj@main
22+ - pip install git+https://github.com/Becksteinlab/propkatraj@main
2323python_requires : " >=3.8"
2424mdanalysis_requires : " >=2.0.0"
2525run_tests :
2626 - pytest --pyargs propkatraj.tests
2727test_dependencies :
28- - mamba install -v -c conda-forge pytest mdanalysistests
28+ - mamba install pytest MDAnalysisTests
2929project_org : Becksteinlab
3030development_status : Mature
3131publications :
You can’t perform that action at this time.
0 commit comments