Skip to content

Commit

Permalink
Update gshp before disk space error.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Oct 17, 2023
1 parent 320b0f7 commit 2617e23
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ jobs:
tar -xvf project_national/national_upgrades/simulation_output/*.tar.gz -C project_national/national_upgrades/simulation_output --wildcards '*results_timeseries.csv' --wildcards '*.xml' --wildcards '*data_point_out.json' --wildcards '*.osw'
tar -xvf project_testing/testing_upgrades/simulation_output/*.tar.gz -C project_testing/testing_upgrades/simulation_output --wildcards '*results_timeseries.csv' --wildcards '*.xml' --wildcards '*data_point_out.json' --wildcards '*.osw' --wildcards '*in.osm' --wildcards '*in.idf'
- name: Upload gshp results
uses: actions/upload-artifact@v3
with:
path: |
project_national/national_upgrades_gshp/results_csvs/results_up01.csv
name: buildstockbatch_gshp_results_csvs

- name: Process results
run: |
pip install plotly
Expand All @@ -200,7 +207,6 @@ jobs:
uses: actions/upload-artifact@v3
with:
path: |
project_national/national_upgrades_gshp/results_csvs/results_up01.csv
project_national/national_baseline/results_csvs/results_up00.csv
project_testing/testing_baseline/results_csvs/results_up00.csv
project_national/national_upgrades/results_csvs/results_up16.csv
Expand Down

0 comments on commit 2617e23

Please sign in to comment.