Browse Source
setup-py python version from var as well
pull/1081/head
Ross McFarland
2 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
1 additions and
1 deletions
-
.github/workflows/main.yml
|
|
|
@ -42,7 +42,7 @@ jobs: |
|
|
|
- name: Setup python |
|
|
|
uses: actions/setup-python@v2 |
|
|
|
with: |
|
|
|
python-version: '3.11' |
|
|
|
python-version: ${{ vars.PYTHON_VERSION_CURRENT }} |
|
|
|
architecture: x64 |
|
|
|
- name: CI setup.py |
|
|
|
run: | |
|
|
|
|