Skip to content

Commit

Permalink
Re-enable akebono tests (and move to top of script)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Sep 5, 2024
1 parent 8adc08d commit 122063b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ jobs:
echo "========================================================="
echo IP address for this test:
coverage run -a -m pyspedas.utilities.tests.test_find_ip_address
echo Starting akebono tests at `date`
coverage run -a -m pyspedas.projects.akebono.tests.tests
#echo Starting maven tests at `date`
#coverage run -a -m pyspedas.projects.maven.tests.tests
echo Starting ace tests at `date`
Expand Down Expand Up @@ -154,8 +156,6 @@ jobs:
coverage run -a -m pyspedas.mth5.tests.test_load_fdsn
echo Starting cluster tests at `date`
coverage run -a -m pyspedas.projects.cluster.tests.tests
#echo Starting akebono tests at `date`
#coverage run -a -m pyspedas.projects.akebono.tests.tests
echo Starting CDAWeb tests at `date`
coverage run -a -m pyspedas.cdagui.tests.tests
echo Starting themis tplot_time tests at `date`
Expand Down

0 comments on commit 122063b

Please sign in to comment.