Skip to content

Commit

Permalink
Install less packages with conda in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Oct 11, 2024
1 parent 61bbd51 commit 4997759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
auto-update-conda: true
- run: conda install --quiet --yes astropy numpy scipy pytables numba
- run: pip install -e .[dev]
- run: conda install --quiet --yes hdf5
- run: pip install -e .[astropy,dev]
- run: make unittests
- run: coverage report

Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
python-version: '3.12'
- run: pip install ruff
- run: make linttest

Expand Down

0 comments on commit 4997759

Please sign in to comment.