This commit is contained in:
Adam Wilson
2025-08-19 20:11:34 -06:00
parent cc124a91a3
commit f32c8b2410
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- name: 'set up Python'
uses: actions/setup-python@v3
with:
python-version: '3.12'
python-version: '3.12.3'
- name: 'set up Python dependencies'
shell: bash