diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04ec6f2a8b..693bcc1679 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip wheel 'setuptools!=58.5.*,<60' - pip install ruff black mypy nbstripout nbformat + pip install ruff==0.3.4 black mypy nbstripout nbformat - name: Lint run: | make lint