Skip to content

Commit

Permalink
Add missing pkgconfig to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Apr 12, 2024
1 parent e553778 commit f457b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -42,7 +42,7 @@ jobs:
if: matrix.experimental == true
shell: bash -l {0}
run: |
python -m pip install versioneer; \
python -m pip install versioneer pkgconfig; \
conda uninstall --force-remove -y scipy h5py; \
python -m pip install \
-f https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/ \
Expand Down

0 comments on commit f457b4f

Please sign in to comment.