diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8d9113..8980b28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + pip install ruff pytest - name: Lint with Ruff run: | @@ -33,4 +34,4 @@ jobs: - name: Test Summary if: always() run: | - echo "Tests completed" \ No newline at end of file + echo "Tests completed"