Skip to content

Commit

Permalink
Add Forest installation in dev mode to GitHub Actions build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hackdna committed Dec 10, 2021
1 parent 776aebd commit 14ef3fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Install Forest
run: pip install -e .
- name: Install dev dependecies
run: pip install -r requirements.txt
- name: Run code style checking
Expand Down

0 comments on commit 14ef3fe

Please sign in to comment.