Merge pull request #6497 from jepler/include-py-verion-in-key
use setup-python v4 for python-path support
This commit is contained in:
commit
d0953e8f84
|
@ -383,7 +383,7 @@ jobs:
|
|||
steps:
|
||||
- name: Set up Python 3
|
||||
id: py3
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.x"
|
||||
- uses: actions/checkout@v2.2.0
|
||||
|
|
Loading…
Reference in New Issue