remove python version from .yml
Some checks failed
Pipeline main branch / test (push) Failing after 5s

This commit is contained in:
continuist 2025-03-29 22:27:42 -04:00
parent 13c51edd26
commit 3cffd619ed

View file

@ -15,8 +15,8 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: # with:
python-version: '3.12.9' # python-version: '3.12.9'
- name: Install dependencies - name: Install dependencies
run: | run: |