diff --git a/.forgejo/workflows/integration-test.yaml b/.forgejo/workflows/integration-test.yaml index ed3efee..2ce4545 100644 --- a/.forgejo/workflows/integration-test.yaml +++ b/.forgejo/workflows/integration-test.yaml @@ -15,7 +15,7 @@ jobs: - name: Install dependencies run: | - pip install pytest requests + pip3 install pytest requests - name: Run tests run: |