Skip to content

Commit

Permalink
debugging env
Browse files Browse the repository at this point in the history
  • Loading branch information
miloswrath committed Dec 2, 2024
1 parent 0c48715 commit 3d44c04
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ jobs:
name: Install Python Requirements
runs-on: ubuntu-latest
steps:
- name: debug env
run: |
echo "current wkdir:"
pwd
echo "files in wkdir:"
ls -al

- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: dev

- name: debug env
run: |
echo "current wkdir:"
pwd
echo "files in wkdir:"
ls -al
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -47,7 +47,13 @@ jobs:
name: Install R Requirements
runs-on: ubuntu-latest
needs: install-py-reqs

steps:
- name: checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: dev
- name: debug env
run: |
echo "current wkdir:"
Expand Down

0 comments on commit 3d44c04

Please sign in to comment.