Skip to content

Commit 012bce6

Browse files
committed
added debug statements for R install"
1 parent b85785c commit 012bce6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ jobs:
3737
runs-on: ubuntu-latest
3838
needs: install-py-reqs
3939
steps:
40+
- name: debug env
41+
run: |
42+
echo "current wkdir:"
43+
pwd
44+
echo "files in dir"
45+
ls -al
4046
- name: Set up R
4147
uses: r-lib/actions/setup-r@v2
4248

0 commit comments

Comments
 (0)