diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 693bcc1679..04ec6f2a8b 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==0.3.4 black mypy nbstripout nbformat + pip install ruff black mypy nbstripout nbformat - name: Lint run: | make lint