diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ddecf69..e3f0786 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,14 +19,14 @@ jobs: --health-retries 5 ports: - 5432:5432 - + steps: - uses: actions/checkout@v4 - uses: chartboost/ruff-action@v1 - name: Install dependencies run: | python -m pip install --upgrade pip - pip install -r requirements.txt + pip install -r tests/requirements.txt - name: Run PyTest run: |