Skip to content

Commit 3d44c04

Browse files
committed
debugging env
1 parent 0c48715 commit 3d44c04

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff 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:
@@ -47,7 +47,13 @@ jobs:
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:"

0 commit comments

Comments
 (0)