Skip to content

Commit

Permalink
fix header in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp committed Jan 6, 2025
1 parent 7c24e21 commit cce8fba
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
branches: ["master"]
branches: ["main"]
schedule:
- cron: '23 18 * * 5'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ name: Test workflows
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
schedule:
- cron: "0 5 * * *"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-fixed-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Fixed-Version Environment Checker
on:
push:
branches:
- master
- main
paths:
- 'envs/environment.yaml'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: self-hosted
steps:
- uses: lkstrp/[email protected].4
- uses: PyPSA/[email protected].5
with:
step: run-self-hosted-validation
env_file: envs/environment.yaml
Expand All @@ -32,7 +32,7 @@ jobs:
needs: run-validation
runs-on: ubuntu-latest
steps:
- uses: lkstrp/[email protected].4
- uses: PyPSA/[email protected].5
with:
step: create-comment
snakemake_config: config/config.yaml
Expand Down
15 changes: 0 additions & 15 deletions config/test/config.validator.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions envs/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ dependencies:
# GIS dependencies:
- cartopy
- descartes
- rasterio==1.4.1
- libgdal-core<3.10.0 # rasterio>=1.4.2 needed for GDAL 3.10
- rasterio

- pip:
- gurobipy
Expand Down

0 comments on commit cce8fba

Please sign in to comment.