Skip to content

Commit

Permalink
[ci] remove -y from pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Oct 20, 2023
1 parent 275df57 commit b114d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
pip install git+https://github.com/JohannesBuchner/coverage-lcov
sudo sed -i '/PDF/s/none/read|write/' /etc/ImageMagick-6/policy.xml
pip uninstall -y h5py
pip install -y --no-cache-dir h5py
pip install --no-cache-dir h5py
- name: Conda info
run: conda info
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
- name: Install python dependencies
run: |
mamba install -y -c conda-forge ultranest coverage coveralls scipy "matplotlib>=3.5" h5py astropy requests cython tqdm coverage toml
pip install -y git+https://github.com/JohannesBuchner/coverage-lcov
pip install git+https://github.com/JohannesBuchner/coverage-lcov
sudo sed -i '/PDF/s/none/read|write/' /etc/ImageMagick-6/policy.xml
- name: Set directory names
Expand Down

0 comments on commit b114d31

Please sign in to comment.