Testing python action without pypy
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m5s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m5s
This commit is contained in:
parent
4a5246bdff
commit
b603499c61
@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 'pypy3.12'
|
python-version: '3.12'
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: |
|
run: |
|
||||||
echo ${{ gitea.workspace }}
|
echo ${{ gitea.workspace }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user