Skip to content

Commit

Permalink
Merge pull request #659 from oduwsdl/issue-657
Browse files Browse the repository at this point in the history
Install ipwb in the comment runner workflow
  • Loading branch information
machawk1 authored Jun 8, 2020
2 parents 9acd71c + 6f07e3c commit 65c567b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/comment-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
run_daemon: true
- name: Set up Python
uses: actions/setup-python@master
- name: Install Python Dependencies
run: |
pip install -r requirements.txt
pip install -r test-requirements.txt
- name: Install Test Dependencies
run: pip install -r test-requirements.txt
- name: Install IPWB from Source
run: pip install .
- name: Execute Code in Comment
uses: ibnesayeed/actions-comment-run@master
with:
Expand Down

0 comments on commit 65c567b

Please sign in to comment.