Skip to content

Commit 4ed95c9

Browse files
committed
bugfix
1 parent 8d991d8 commit 4ed95c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ runs:
8383
- name:
8484
uses: actions/setup-python@v2
8585
with:
86-
python-version: {{ inputs.conda-python-version }}
86+
python-version: ${{ inputs.conda-python-version }}
8787
architecture: x64
8888
- run: |
8989
python --version

0 commit comments

Comments
 (0)