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

This commit is contained in:
continuist 2025-03-29 22:37:18 -04:00
parent 30707bd0b6
commit a15a9de293

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.3' # python-version: '3.12.3'
- name: Install dependencies - name: Install dependencies
run: | run: |