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 }}."