setup-py python version from var as well

This commit is contained in:
Ross McFarland
2023-10-05 14:18:42 -07:00
parent cf258cc5a7
commit 1c72e75d93
+1 -1
View File
@@ -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: |