incorrect file
All checks were successful
Gitea Actions Demo / compile-html (push) Successful in 1m34s

This commit is contained in:
vitrinekast 2025-01-07 11:55:59 +01:00
parent 67685a3d9c
commit 458b470301

View File

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