Skip to content
This repository was archived by the owner on Apr 13, 2026. It is now read-only.

Commit 974894a

Browse files
Pin slicks>=2.0.1 in CI workflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5e1ca28 commit 974894a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sandbox-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
python-version: "3.11"
2323

2424
- name: Install slicks
25-
run: pip install slicks
25+
run: pip install "slicks>=2.0.1"
2626

27-
- name: Discover sensors for June 2025
27+
- name: Discover sensors for September 2025
2828
env:
2929
INFLUX_URL: ${{ secrets.INFLUX_URL }}
3030
INFLUX_TOKEN: ${{ secrets.INFLUX_TOKEN }}

0 commit comments

Comments
 (0)