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:
2121 name : Install Python Requirements
2222 runs-on : ubuntu-latest
2323 steps :
24- - name : debug env
25- run : |
26- echo "current wkdir:"
27- pwd
28- echo "files in wkdir:"
29- ls -al
30-
3124
3225 - name : Checkout code
3326 uses : actions/checkout@v4
3427 with :
3528 fetch-depth : 0
3629 ref : dev
3730
31+ - name : debug env
32+ run : |
33+ echo "current wkdir:"
34+ pwd
35+ echo "files in wkdir:"
36+ ls -al
37+
3838 - name : Set up Python
3939 uses : actions/setup-python@v4
4040 with :
4747 name : Install R Requirements
4848 runs-on : ubuntu-latest
4949 needs : install-py-reqs
50+
5051 steps :
52+ - name : checkout code
53+ uses : actions/checkout@v4
54+ with :
55+ fetch-depth : 0
56+ ref : dev
5157 - name : debug env
5258 run : |
5359 echo "current wkdir:"
You can’t perform that action at this time.
0 commit comments