Skip to content

Commit

Permalink
Fix Python install issue (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: Wade Barnes <wade@neoterictech.ca>
  • Loading branch information
WadeBarnes authored Apr 26, 2024
1 parent bb74bf3 commit 170ee46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildpackages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'

- name: List Python and PIP versions
run: |
Expand Down

0 comments on commit 170ee46

Please sign in to comment.