Skip to content

Commit 5a2c7e9

Browse files
committed
debugging env
1 parent 3d44c04 commit 5a2c7e9

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ permissions:
1717
pages: write
1818

1919
jobs:
20-
install-py-reqs:
21-
name: Install Python Requirements
20+
run-everything:
21+
name: run everything all at once
2222
runs-on: ubuntu-latest
2323
steps:
2424

@@ -43,37 +43,19 @@ jobs:
4343
- name: Install Python requirements
4444
run: pip install -r requirements.txt
4545

46-
install-r-reqs:
47-
name: Install R Requirements
48-
runs-on: ubuntu-latest
49-
needs: install-py-reqs
50-
51-
steps:
52-
- name: checkout code
53-
uses: actions/checkout@v4
54-
with:
55-
fetch-depth: 0
56-
ref: dev
5746
- name: debug env
5847
run: |
5948
echo "current wkdir:"
6049
pwd
6150
echo "files in dir"
6251
ls -a
52+
6353
- name: Set up R
6454
uses: r-lib/actions/setup-r@v2
6555

6656
- name: Install R requirements
6757
run: Rscript R_requirements.R
6858

69-
run-orchestrator:
70-
name: Run Orchestrator
71-
runs-on: ubuntu-latest
72-
needs: install-r-reqs
73-
steps:
74-
- name: Checkout code
75-
uses: actions/checkout@v4
76-
7759
- name: Run orchestrator script
7860
run: |
7961
current_date=$(date +"%Y-%m-%d")

0 commit comments

Comments
 (0)