Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wyli committed Jan 14, 2020
1 parent eafa83d commit bde1ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ pip-installer:
# create a Python file that will import all available packages from the pip installer
- package_importer="$(pwd)/import_niftynet_packages.py"
# traverse the file hierarchy recursively to discover all packages
- find niftynet -type f \( ! -name . \) -print | grep '.py$' | grep -v __init__ | sed 's/\.\.\///g;s/\//\./g;s/\.py//g;s/^niftynet/import niftynet/g' > $package_importer
- find niftynet -type f \( ! -name . \) ! -path "niftynet/contrib/niftyreg_image_resampling*" -print | grep '.py$' | grep -v __init__ | sed 's/\.\.\///g;s/\//\./g;s/\.py//g;s/^niftynet/import niftynet/g' > $package_importer

- set +e
- python -c "import niftynet" 2>&1 | grep "https://www.tensorflow.org/"
Expand Down

0 comments on commit bde1ee4

Please sign in to comment.