diff --git a/.github/workflows/backend-ci.yml b/.github/workflows/backend-ci.yml index 5c3ae3e..eec765c 100644 --- a/.github/workflows/backend-ci.yml +++ b/.github/workflows/backend-ci.yml @@ -28,7 +28,7 @@ jobs: run: | python -m venv venv source venv/bin/activate - pip install -r requirements.txt + pip install -r backend/requirements.txt - name: Run pylint on Python code run: | @@ -52,7 +52,7 @@ jobs: run: | python -m venv venv source venv/bin/activate - pip install -r requirements.txt + pip install -r backend/requirements.txt - name: Run tests with pytest run: |