Skip to content

Commit

Permalink
fix pypi check issues: install recent readme-renderer (MDAnalysis#3613)
Browse files Browse the repository at this point in the history
* fix MDAnalysis#3612 
* Add pip install of readme-renderer because conda-forge package is outdated and not maintained.
  • Loading branch information
IAlibay authored Apr 8, 2022
1 parent e940bd1 commit 993770f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,11 @@ jobs:
# mamba not enabled as install longer than deps install
architecture: x64

- name: install_conda
- name: install_pip_conda
run: |
conda install setuptools cython numpy twine
# Issue 3612 - readme_renderer is outdated on conda-forge
conda install setuptools cython numpy twine
pip install "readme-renderer>=34.0"
- name: install_mdanalysis
run: |
Expand Down

0 comments on commit 993770f

Please sign in to comment.