diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27fa9a4..b779488 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -44,7 +44,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ruff=0.0.282 pytest pytest-cov wheel coveralls build + pip install ruff==0.0.282 pytest pytest-cov wheel coveralls build - name: Lint with ruff run: |