try removing python-version
Some checks failed
test / test (pull_request) Failing after 5s

This commit is contained in:
Dan Anglin 2024-08-02 09:24:58 +01:00
parent ae1c929a7e
commit bedb3a4447
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -16,7 +16,7 @@ jobs:
uses: https://code.forgejo.org/actions/checkout@v4
- name: Install Python 3
uses: https://code.forgejo.org/actions/setup-python@v5
with:
python-version: '3.12.4'
#with:
# python-version: '3.12.4'
- name: Test Code
run: python tests.py