File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,20 @@ jobs:
21
21
name : Install Python Requirements
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - name : debug env
25
- run : |
26
- echo "current wkdir:"
27
- pwd
28
- echo "files in wkdir:"
29
- ls -al
30
-
31
24
32
25
- name : Checkout code
33
26
uses : actions/checkout@v4
34
27
with :
35
28
fetch-depth : 0
36
29
ref : dev
37
30
31
+ - name : debug env
32
+ run : |
33
+ echo "current wkdir:"
34
+ pwd
35
+ echo "files in wkdir:"
36
+ ls -al
37
+
38
38
- name : Set up Python
39
39
uses : actions/setup-python@v4
40
40
with :
47
47
name : Install R Requirements
48
48
runs-on : ubuntu-latest
49
49
needs : install-py-reqs
50
+
50
51
steps :
52
+ - name : checkout code
53
+ uses : actions/checkout@v4
54
+ with :
55
+ fetch-depth : 0
56
+ ref : dev
51
57
- name : debug env
52
58
run : |
53
59
echo "current wkdir:"
You can’t perform that action at this time.
0 commit comments