fix poller action
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user