diff --git a/.gitea/workflows/gitea-actions.yaml b/.gitea/workflows/gitea-actions.yaml index 05ebb55..f92a896 100644 --- a/.gitea/workflows/gitea-actions.yaml +++ b/.gitea/workflows/gitea-actions.yaml @@ -20,5 +20,6 @@ jobs: - run: . venv/bin/activate - run: pip install -r requirements.txt - run: pip install time_machine + - run: cp config.py.example config.py - run: python test.py - run: echo "🍏 This job's status is ${{ job.status }}."