File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 18
18
- ' 9'
19
19
20
20
steps :
21
+ - name : Tell git to use proper newlines
22
+ run : git config --global core.autocrlf input
23
+
21
24
- name : Checkout
22
25
uses : actions/checkout@v2
23
26
33
36
shell : bash.exe -eo pipefail -o igncr "{0}"
34
37
env :
35
38
PATH : " /bin:/usr/bin:/usr/local/bin:/usr/lib/lapack"
39
+ TMP : " /tmp"
40
+ TEMP : " /tmp"
36
41
run : |
37
42
/usr/bin/python -m pip install nox
38
43
nox --version
41
46
shell : bash.exe -eo pipefail -o igncr "{0}"
42
47
env :
43
48
PATH : " /bin:/usr/bin:/usr/local/bin:/usr/lib/lapack"
44
- run : nox -s test-3.${{ matrix.python-minor }}
49
+ CHERE_INVOKING : 1
50
+ TMP : " /tmp"
51
+ TEMP : " /tmp"
52
+ run : |
53
+ cd "${GITHUB_WORKSPACE}"
54
+ nox -s test-3.${{ matrix.python-minor }}
45
55
46
56
- name : Send coverage report
47
57
uses : codecov/codecov-action@v1
You can’t perform that action at this time.
0 commit comments