Skip to content

Commit

Permalink
gh action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matsonj committed Dec 15, 2024
1 parent 98c3748 commit 81991e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/manual_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,10 @@ jobs:
with:
python-version: '3.11'

- name: setup python env
- name: install venv + run pipeline
shell: bash -l {0}
run: |
chmod +x utils/setup_env.sh
. utils/setup_env.sh
- name: python basics
run: make build

- name: build pipeline
run: make run
make build run
8 changes: 2 additions & 6 deletions .github/workflows/pr_to_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ jobs:
with:
python-version: '3.11'

- name: setup python env
- name: install venv + run pipeline
shell: bash -l {0}
run: |
chmod +x utils/setup_env.sh
. utils/setup_env.sh
make build run
- name: python basics
run: make build

- name: build pipeline
run: make run

0 comments on commit 81991e2

Please sign in to comment.