Skip to content

Commit

Permalink
Install less packages with conda in GitHub Actions (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 authored Dec 16, 2024
2 parents 51a473b + 4997759 commit a0cfa91
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 a0cfa91

Please sign in to comment.