Complete test pipeline for windows with vresutils memorylogger fixed (#93)
This commit is contained in:
parent
d32f2105cd
commit
4010e9450d
@ -19,7 +19,6 @@ before_install:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- cp ./test/config.test1.yaml ./config.yaml
|
- cp ./test/config.test1.yaml ./config.yaml
|
||||||
- snakemake
|
- snakemake solve_all_elec_networks
|
||||||
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then snakemake solve_all_elec_networks; fi
|
|
||||||
- rm -rf resources/*.nc resources/*.geojson resources/*.h5 networks results
|
- rm -rf resources/*.nc resources/*.geojson resources/*.h5 networks results
|
||||||
# could repeat for more configurations in future
|
# could repeat for more configurations in future
|
||||||
|
@ -42,7 +42,7 @@ dependencies:
|
|||||||
- conda-forge::libgdal
|
- conda-forge::libgdal
|
||||||
|
|
||||||
- pip:
|
- pip:
|
||||||
- vresutils>=0.3
|
- git+https://github.com/FRESNA/vresutils.git#egg=vresutils
|
||||||
- git+https://github.com/PyPSA/pypsa.git#egg=pypsa # until pypsa/pypsa#102 closed
|
- git+https://github.com/PyPSA/pypsa.git#egg=pypsa # until pypsa/pypsa#102 closed
|
||||||
- git+https://github.com/PyPSA/glaes.git#egg=glaes
|
- git+https://github.com/PyPSA/glaes.git#egg=glaes
|
||||||
- git+https://github.com/PyPSA/geokit.git#egg=geokit
|
- git+https://github.com/PyPSA/geokit.git#egg=geokit
|
||||||
|
Loading…
Reference in New Issue
Block a user