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 5c31ef0 commit 8d991d8Copy full SHA for 8d991d8
action.yml
@@ -80,14 +80,14 @@ inputs:
80
runs:
81
using: "composite"
82
steps:
83
+ - name:
84
+ uses: actions/setup-python@v2
85
+ with:
86
+ python-version: {{ inputs.conda-python-version }}
87
+ architecture: x64
88
- run: |
- $CONDA/bin/conda --version
- $CONDA/bin/conda install python=${{ inputs.conda-python-version }}
- shell: bash
- name: Install lintners
- - run: |
89
- $CONDA/bin/python --version
90
- $CONDA/bin/pip install -r ${{ github.action_path }}/requirements.txt
+ python --version
+ pip install -r ${{ github.action_path }}/requirements.txt
91
shell: bash
92
name: Install lintners
93
- run: >
0 commit comments