.github/workflows/build.yml: add "python-version: 3.x"
This appears to be necessary as of actions/setup-python@v4 (commit
45d908e25f
).
This commit is contained in:
parent
f2cfa3e1c4
commit
dcf39ee44e
|
@ -112,6 +112,8 @@ jobs:
|
|||
key: macos
|
||||
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue