diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef25336..809801d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install pytest - pip install -r requirements.txt + pip install . - name: Test with pytest run: |