Testing python action without pypy
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m5s

This commit is contained in:
Mike Holloway 2025-01-03 18:29:20 -05:00
parent 4a5246bdff
commit b603499c61

View File

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