Skip to content

Commit 170ee46

Browse files
authored
Fix Python install issue (#34)
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
1 parent bb74bf3 commit 170ee46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildpackages.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Set up Python
8080
uses: actions/setup-python@v5
8181
with:
82-
python-version: 3.10
82+
python-version: '3.10'
8383

8484
- name: List Python and PIP versions
8585
run: |

0 commit comments

Comments
 (0)