Explorar o código

Fix after install test

Bo Yang %!s(int64=7) %!d(string=hai) anos
pai
achega
1848b39dfa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config.sh

+ 1 - 1
config.sh

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