Skip to content
Snippets Groups Projects

Maintenance/modernize setup

Merged Daniel Scheffler requested to merge maintenance/modernize_setup into main
5 files
+ 154
44
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
3
@@ -83,11 +83,9 @@ test_enpt_install:
@@ -83,11 +83,9 @@ test_enpt_install:
# install enpt
# install enpt
- pip install -e .
- pip install -e .
- cd ..
- pwd
- ls
# test importability
# test importability
 
- cd ../..
- python -c "import enpt; print(enpt)"
- python -c "import enpt; print(enpt)"
- python -c "from enpt.model.images import EnMAPL1Product_SensorGeo"
- python -c "from enpt.model.images import EnMAPL1Product_SensorGeo"
@@ -96,6 +94,7 @@ test_enpt_install:
@@ -96,6 +94,7 @@ test_enpt_install:
only:
only:
- main
- main
- dev
- dev
 
- maintenance/modernize_setup
pages:
pages:
Loading