File tree Expand file tree Collapse file tree 6 files changed +8
-24
lines changed
Expand file tree Collapse file tree 6 files changed +8
-24
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : ["master "]
16+ branches : ["main "]
1717 pull_request :
18- branches : ["master "]
18+ branches : ["main "]
1919 schedule :
2020 - cron : ' 23 18 * * 5'
2121
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ name: Test workflows
77on :
88 push :
99 branches :
10- - master
10+ - main
1111 pull_request :
1212 branches :
13- - master
13+ - main
1414 schedule :
1515 - cron : " 0 5 * * *"
1616
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Fixed-Version Environment Checker
33on :
44 push :
55 branches :
6- - master
6+ - main
77 paths :
88 - ' envs/environment.yaml'
99
Original file line number Diff line number Diff line change 1616 if : github.event.pull_request.head.repo.full_name == github.repository
1717 runs-on : self-hosted
1818 steps :
19- - uses : lkstrp /pypsa-validator@v0.2.4
19+ - uses : PyPSA /pypsa-validator@v0.2.5
2020 with :
2121 step : run-self-hosted-validation
2222 env_file : envs/environment.yaml
3232 needs : run-validation
3333 runs-on : ubuntu-latest
3434 steps :
35- - uses : lkstrp /pypsa-validator@v0.2.4
35+ - uses : PyPSA /pypsa-validator@v0.2.5
3636 with :
3737 step : create-comment
3838 snakemake_config : config/config.yaml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -62,8 +62,7 @@ dependencies:
6262# GIS dependencies:
6363- cartopy
6464- descartes
65- - rasterio==1.4.1
66- - libgdal-core<3.10.0 # rasterio>=1.4.2 needed for GDAL 3.10
65+ - rasterio
6766
6867- pip :
6968 - gurobipy
You can’t perform that action at this time.
0 commit comments