Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: custom-components/sensor.stadtreinigung_hamburg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1bda018570948d5b913a0e079b3992759fe8a721
Choose a base ref
..
head repository: custom-components/sensor.stadtreinigung_hamburg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 767d92c683c5f287f3ee255a790bf0bfef4c806d
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 .github/workflows/pull.yml
  2. +2 −2 .github/workflows/push.yml
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
- name: Setup Python
uses: "actions/setup-python@v1"
with:
python-version: "3.10"
python-version: "3.12"
- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
- name: Run tests
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v4"
with:
python-version: "3.10"
python-version: "3.12"
- run: python3 -m pip install black
- run: black .

@@ -43,7 +43,7 @@ jobs:
# - name: Setup Python
# uses: "actions/setup-python@v1"
# with:
# python-version: "3.10"
# python-version: "3.12"
# - name: Install requirements
# run: python3 -m pip install -r requirements_test.txt
# - name: Run tests