From 929fcf35e3d22af70562ca144234ea824c127524 Mon Sep 17 00:00:00 2001 From: Martin Raspaud Date: Fri, 12 Apr 2024 14:39:13 +0200 Subject: [PATCH] Use watchdog main for ci --- .github/workflows/python-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 6751dd1..44beda6 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -29,7 +29,7 @@ jobs: python -m pip install --upgrade pip python -m pip install ruff pytest pytest-cov python -m pip install git+https://github.com/gorakhargosh/watchdog - python -m pip install -e .[local,minio,publishing, ssh] + python -m pip install -e .[local,minio,publishing,ssh] - name: Lint with ruff run: | ruff check .