Skip to content

Commit

Permalink
Update .github/workflows/tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Jun 12, 2024
1 parent f64e3de commit b8f2bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ jobs:
pip install -vv --no-deps --no-build-isolation dist/*.tar.gz
cd ..
python -c "import conda_forge_tick; assert conda_forge_tick.__version__ != '0.0.0'"
python -c "import fitsio; assert fitsio.__version__ != '0.0.0'"
cd -
pip uninstall conda-forge-tick --yes
pip uninstall fitsio --yes
- name: test sdist
shell: bash -l {0}
Expand Down

0 comments on commit b8f2bea

Please sign in to comment.