Skip to content

Commit

Permalink
See if we can really excise nosetests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Sep 18, 2024
1 parent 4b6991b commit 21216f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
# Extra packages needed for testing
pip install -U -r test_requirements.txt
pip install -U nose coverage
pip install -U coverage
pip install -U matplotlib
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- name: Check shared library
if: matrix.py == 3.8
run: |
# On a few systems (arbitrarily py3.8, where we also chec mac and clang),
# On a few systems (arbitrarily py3.8, where we also check mac and clang),
# check the shared library creation and link.
GALSIM_BUILD_SHARED=1 python setup.py install
Expand Down

0 comments on commit 21216f2

Please sign in to comment.