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 b511de0 commit fafdde5Copy full SHA for fafdde5
action.yml
@@ -80,22 +80,6 @@ inputs:
80
runs:
81
using: "composite"
82
steps:
83
- - run: |
84
- pwd
85
- echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
86
- ls -l ..
87
- ls -l ../..
88
- ls -l /
89
- echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
90
- sudo apt install tree
91
- printenv
92
- echo $RUNNER_TEMP
93
- ls -l $GITHUB_ACTION_PATH
94
95
- tree ../..
96
- ls -l
97
- cp matchers/*.json /
98
- shell: bash
99
- run: |
100
$CONDA/bin/conda --version
101
$CONDA/bin/conda install python=${{ inputs.conda-python-version }}
0 commit comments