incorrect file
All checks were successful
Gitea Actions Demo / compile-html (push) Successful in 1m34s
All checks were successful
Gitea Actions Demo / compile-html (push) Successful in 1m34s
This commit is contained in:
parent
67685a3d9c
commit
458b470301
@ -15,7 +15,7 @@ jobs:
|
|||||||
- name: Setup python
|
- name: Setup python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.13.1"
|
python-version: "3.11.2"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
@ -23,6 +23,6 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Run the python application
|
- name: Run the python application
|
||||||
run: python test.py
|
run: python temp.py
|
||||||
|
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
Loading…
Reference in New Issue
Block a user