Selaa lähdekoodia

Fix after install test

Bo Yang 7 vuotta sitten
vanhempi
commit
1848b39dfa
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      config.sh

+ 1 - 1
config.sh

@@ -40,5 +40,5 @@ function build_wheel {
 function run_tests {
 function run_tests {
     # Runs tests on installed distribution from an empty directory
     # Runs tests on installed distribution from an empty directory
     python --version
     python --version
-    python -c "import sys; import astropy; sys.exit(astropy.test(remote_data='none'))"
+    python -c "import google.protobuf;"
 }
 }