Skip to content

Commit

Permalink
install pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 29, 2025
1 parent 5ef8825 commit 73e58dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install Python dependencies
run: |
python -m pip install --no-cache-dir --upgrade pip setuptools wheel
python -m pip install --no-cache-dir pyyaml requests
python -m pip install --no-cache-dir scipy matplotlib healpy
python -m pip install --no-cache-dir --upgrade pip setuptools wheel pytest
python -m pip install --no-cache-dir pyyaml requests scipy matplotlib healpy
python -m pip install --no-cache-dir --upgrade "numpy${{ matrix.numpy-version }}"
python -m pip install --no-cache-dir --upgrade "astropy${{ matrix.astropy-version }}"
python -m pip install --no-cache-dir fitsio
Expand Down

0 comments on commit 73e58dd

Please sign in to comment.