diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c7654e24..35363f6c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,13 @@ jobs: - name: MongoDB in GitHub Actions uses: supercharge/mongodb-github-action@1.10.0 with: - mongodb-port: 27017 + mongodb-port: 27017 + + - name: Setup Python + uses: actions/setup-python@v5 + + - name: Install python libraries + run: pip3 install --user -r backend/requirements.txt - name: load env file run: |