diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index f730d27..4c0da2e 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -15,7 +15,7 @@ jobs: - name: Setup python uses: actions/setup-python@v5 with: - python-version: "3.13.1" + python-version: "3.11.2" - name: Install dependencies run: | @@ -23,6 +23,6 @@ jobs: pip install -r requirements.txt - name: Run the python application - run: python test.py + run: python temp.py - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file