Skip to content

Commit

Permalink
CI: Fix missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
igo95862 committed Jun 11, 2022
1 parent cc70773 commit aea8e9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Run build and unit tests on Ubuntu 20.04
name: CI
on:
push:
branches: [master]
Expand Down Expand Up @@ -53,7 +53,8 @@ jobs:
run: |
sudo apt update
sudo apt install python3 python3-pip meson
sudo pip3 install --upgrade mypy flake8 pyflakes pycodestyle jinja2 Sphinx
sudo pip3 install --upgrade mypy isort flake8 pyflakes pycodestyle \
jinja2 Sphinx setuptools
- name: Run linters
run: |
meson setup build
Expand Down

0 comments on commit aea8e9f

Please sign in to comment.