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 1804b56 commit 5c31ef0Copy full SHA for 5c31ef0
action.yml
@@ -84,12 +84,12 @@ runs:
84
$CONDA/bin/conda --version
85
$CONDA/bin/conda install python=${{ inputs.conda-python-version }}
86
shell: bash
87
- name: Install linters
+ name: Install lintners
88
- run: |
89
$CONDA/bin/python --version
90
$CONDA/bin/pip install -r ${{ github.action_path }}/requirements.txt
91
92
93
- run: >
94
${{ github.action_path }}/entrypoint.sh
95
'${{ inputs.python-root-list }}'
0 commit comments