Skip to content

Commit

Permalink
change install order
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Aug 4, 2023
1 parent d8439f2 commit bb4a634
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,11 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install pytest
python -m pip install pytest pytest-astropy pyyaml matplotlib
# python -m pip install -r requirements.txt
python -m pip install 'numpy${{ matrix.numpy-version }}'
python -m pip install 'astropy${{ matrix.astropy-version }}'
python -m pip install 'scipy${{ matrix.scipy-version }}'
python -m pip install matplotlib
python -m pip install pyyaml
python -m pip install pytest_astropy_header
- name: Run the test
run: pytest

Expand Down

0 comments on commit bb4a634

Please sign in to comment.