Skip to content

Commit

Permalink
install python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
whoozle committed Aug 15, 2021
1 parent ee4d542 commit dd8e543
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:

# Runs a single command using the runners shell
- name: Run lit tests
run: make -C test
run: |
pip install -r requirements.txt
make -C test

0 comments on commit dd8e543

Please sign in to comment.