ci: Add Python version to support setup-python v4

This commit is contained in:
Karl Weinmeister
2022-06-18 16:19:09 -05:00
committed by GitHub
parent 1c54878fab
commit 4851457e93
+2
View File
@@ -8,6 +8,8 @@ jobs:
steps:
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Fetch pull request branch
uses: actions/checkout@v3
with: