Skip to content

Commit

Permalink
Install boa
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed Feb 13, 2024
1 parent 833f432 commit c8794b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
cache: "pip"

- name: Install Requirements
run: pip install -r dev-requirements.txt
run: |
pip install -r dev-requirements.txt
pip install .
- name: Run Unit Tests
env:
Expand Down

0 comments on commit c8794b8

Please sign in to comment.