File tree 2 files changed +9
-7
lines changed
2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 7
7
- name : Environment Detail
8
8
id : env-detail
9
9
run : |
10
+ echo ::group::{Environment Detail}
10
11
conda info
11
12
conda list
12
13
echo ::set-output name=python-version::$(conda list -f python --json | jq -r '.[0].version')
14
+ echo ::endgroup::
13
15
shell : bash -el {0}
14
16
15
17
- name : Set up Ccache
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ runs:
11
11
run : echo "::set-output name=today::$(/bin/date -u '+%Y%m%d')"
12
12
shell : bash
13
13
14
- - name : Fix Windows temporary directory
15
- # On Windows, for some reason the default temporary directory provided to sccache
16
- # may become read-only at some point. Work around by having a private tempdir.
17
- id : mktemp
18
- run : echo "::set-output name=tmpdir::$(cygpath -w $(mktemp -d))"
19
- shell : bash
20
- if : ${{ runner.os == 'Windows' }}
14
+ # - name: Fix Windows temporary directory
15
+ # # On Windows, for some reason the default temporary directory provided to sccache
16
+ # # may become read-only at some point. Work around by having a private tempdir.
17
+ # id: mktemp
18
+ # run: echo "::set-output name=tmpdir::$(cygpath -w $(mktemp -d))"
19
+ # shell: bash
20
+ # if: ${{ runner.os == 'Windows' }}
21
21
22
22
- name : Setup sccache
23
23
uses :
hendrikmuhs/[email protected]
You can’t perform that action at this time.
0 commit comments