fix poller action

This commit is contained in:
2025-12-12 18:45:36 +01:00
parent d7dd7a98fe
commit de79aab66c

View File

@@ -15,10 +15,9 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install uv - name: Install uv
uses: astral-sh/setup-uv@v4 run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Set up Python echo "$HOME/.local/bin" >> $GITHUB_PATH
run: uv python install 3.13
- name: Run lint - name: Run lint
run: cd poller && make lint run: cd poller && make lint