Skip to content

Commit 8d991d8

Browse files
committed
use composite actions
1 parent 5c31ef0 commit 8d991d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ inputs:
8080
runs:
8181
using: "composite"
8282
steps:
83+
- name:
84+
uses: actions/setup-python@v2
85+
with:
86+
python-version: {{ inputs.conda-python-version }}
87+
architecture: x64
8388
- run: |
84-
$CONDA/bin/conda --version
85-
$CONDA/bin/conda install python=${{ inputs.conda-python-version }}
86-
shell: bash
87-
name: Install lintners
88-
- run: |
89-
$CONDA/bin/python --version
90-
$CONDA/bin/pip install -r ${{ github.action_path }}/requirements.txt
89+
python --version
90+
pip install -r ${{ github.action_path }}/requirements.txt
9191
shell: bash
9292
name: Install lintners
9393
- run: >

0 commit comments

Comments
 (0)