Skip to content

Commit

Permalink
rolling back to a single job
Browse files Browse the repository at this point in the history
  • Loading branch information
tobirohrer committed Jan 2, 2024
1 parent 47cabd8 commit 19fb4c4
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,17 @@ on:
branches: [ "master" ]

jobs:
install:
checkup:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: install dependencies
run: pip install .[dev]

test:
runs-on: ubuntu-latest
needs: install
steps:
- uses: actions/checkout@v3

- name: install dependencies
run: pip install .[dev]

- name: Run Tests with pytest
run: pytest ./tests

typecheck:
runs-on: ubuntu-latest
needs: install
steps:
- uses: actions/checkout@v3
- name: Type checking with mypy
run: mypy building_energy_storage_simulation

0 comments on commit 19fb4c4

Please sign in to comment.