update main.yml
Some checks failed
Pipeline main branch / test (push) Failing after 6s

This commit is contained in:
continuist 2025-03-29 22:16:53 -04:00
parent 4e9a87eb29
commit 1ffd42dec0

View file

@ -16,10 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.12
check-latest: true
update-environment: true
allow-prereleases: false
python-version: '3.12'
- name: Install dependencies
run: |