Skip to content

Commit

Permalink
temp: add ubuntu requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Jan 19, 2024
1 parent 9905784 commit 0e7f5c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ jobs:
- name: checkout repo
uses: actions/checkout@v3

- name: Install system Packages
run: |
sudo apt-get update
make ubuntu-requirements
- name: install requirements
run: |
make test-requirements
Expand Down

0 comments on commit 0e7f5c6

Please sign in to comment.