Skip to content

Commit

Permalink
updated main.yml to include installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
rcortini committed May 27, 2024
1 parent b7abd66 commit 71cffd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,13 @@ jobs:
cd pybruno/node
npm install
- name: Install the pybruno package
run: |
pip install -e .
- name: Run tests
run: |
cd tests
pytest
- name: Build distribution package
Expand Down

0 comments on commit 71cffd6

Please sign in to comment.