From 8a36d5509b0776bcaae1e97e3762a8b49ce761d3 Mon Sep 17 00:00:00 2001 From: Dagger Date: Sun, 22 Oct 2023 08:19:04 -0500 Subject: [PATCH] Fixed python requirements --- .gitea/workflows/image-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/image-deploy.yaml b/.gitea/workflows/image-deploy.yaml index 9f255e5..38ccbea 100644 --- a/.gitea/workflows/image-deploy.yaml +++ b/.gitea/workflows/image-deploy.yaml @@ -9,7 +9,7 @@ jobs: steps: - run: python --version - run: pip --version - - run: pip install -r + - run: pip install -r requirements.txt - name: Check out repository code uses: actions/checkout@v3 - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."