We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d991d8 commit 4ed95c9Copy full SHA for 4ed95c9
action.yml
@@ -83,7 +83,7 @@ runs:
83
- name:
84
uses: actions/setup-python@v2
85
with:
86
- python-version: {{ inputs.conda-python-version }}
+ python-version: ${{ inputs.conda-python-version }}
87
architecture: x64
88
- run: |
89
python --version
0 commit comments