Skip to content

Commit

Permalink
Add required field shell
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Dec 20, 2023
1 parent bd76d3d commit 8f7d744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action/diff/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ runs:
- name: Install requirements
run: |
pip install -r requirements.txt
shell: bash
- name: Install flux-local
run: |
pip install -e .
shell: bash
- name: Checkout PR branch
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 8f7d744

Please sign in to comment.