Skip to content

Commit

Permalink
pip debug VERBOSE
Browse files Browse the repository at this point in the history
  • Loading branch information
jobovy committed Sep 13, 2024
1 parent ed20d82 commit ac7b61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
if: ${{ matrix.os == 'ubuntu-latest' && matrix.REQUIRES_PYNBODY && matrix.python-version == '3.13.0-rc.2' }}
run: |
pip install --upgrade --upgrade-strategy eager --pre pytz tzdata
python -m pip debug
python -m pip debug -v
pip install --upgrade --upgrade-strategy eager --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
sudo apt-get install libhdf5-dev
pip install --upgrade --upgrade-strategy eager --pre --no-binary=h5py git+https://github.com/h5py/h5py.git
Expand All @@ -272,7 +272,7 @@ jobs:
if: ${{ matrix.os == 'macos-12' && matrix.REQUIRES_PYNBODY && matrix.python-version == '3.13.0-rc.2' }}
run: |
pip install --upgrade --upgrade-strategy eager --pre pytz tzdata
python -m pip debug
python -m pip debug -v
pip install --upgrade --upgrade-strategy eager --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple pandas
brew install hdf5
export HDF5_DIR=$(brew --prefix hdf5)
Expand Down

0 comments on commit ac7b61b

Please sign in to comment.