Skip to content

Commit

Permalink
Fix workflow bug
Browse files Browse the repository at this point in the history
Current file has 2020 data year, not 2021
  • Loading branch information
gschivley committed May 21, 2024
1 parent 34bba80 commit 02e8e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_example_system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
cd ${{ github.workspace }}/current-repo/example_systems/CA_AZ/settings
sed -i 's/nrel_cambium_distr_pv_2022_utc.parquet/nrel_cambium_distr_pv_2022_slim.parquet/' distributed_gen.yml
sed -i 's/eia_data_years:/eia_data_years: [2018, 2020]/' resources.yml
sed -i 's/ - 2021/ # - 2021/' resources.yml
sed -i 's/ - 2020/ # - 2020/' resources.yml
cd ..
run_powergenome_multiple -sf settings -rf genx-test -c p1 -mp
cd ..
Expand Down

0 comments on commit 02e8e03

Please sign in to comment.