Skip to content

Commit

Permalink
tests.yml: test local install
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Nov 1, 2023
1 parent b271778 commit 55aad3b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ jobs:
with:
python-version: 3.8
- name: Install dependencies needed to download files
# we're just installing the PyPI version of mpol here to reference the
# zenodo record number in __init__. below we'll reinstall the current
# version of mpol for the tests below.
# we're just installing mpol here to reference the zenodo record number
# in __init__. below we'll reinstall for the tests.
run: |
pip install astropy
pip install mpol
pip install .
- name: Cache/Restore the .mpol folder cache
uses: actions/cache@v3
env:
Expand Down

0 comments on commit 55aad3b

Please sign in to comment.