From a6f2e89297b2c1bde6c0d3539918ab0c292a9b4a Mon Sep 17 00:00:00 2001 From: localhost_frssoft Date: Sun, 21 Jul 2024 19:18:27 +0300 Subject: [PATCH] try gitea actions --- .gitea/workflows/gitea-actions.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-actions.yaml b/.gitea/workflows/gitea-actions.yaml index eaa2bec..05ebb55 100644 --- a/.gitea/workflows/gitea-actions.yaml +++ b/.gitea/workflows/gitea-actions.yaml @@ -18,5 +18,7 @@ jobs: ls ${{ gitea.workspace }} - run: python3 -m venv venv - run: . venv/bin/activate - - run: pip install -r requerements.txt + - run: pip install -r requirements.txt + - run: pip install time_machine + - run: python test.py - run: echo "🍏 This job's status is ${{ job.status }}."