feat: central split geothermal HPs in source and HP; add excess-heat … #258
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: mamba-org/setup-micromamba@v1 | |
with: | |
micromamba-version: latest | |
environment-file: environment.yaml | |
log-level: debug | |
init-shell: bash | |
cache-environment: true | |
cache-downloads: true | |
- name: Test snakemake workflow | |
shell: bash -l {0} | |
run: | | |
snakemake --cores all -f compile_cost_assumptions | |
- name: Upload artifacts | |
uses: actions/upload-artifact@v3 | |
with: | |
name: technology-data | |
path: outputs/ |