Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add missing Python libs
  • Loading branch information
3nids committed Jan 12, 2023
1 parent c2db713 commit dd31810
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/code_layout.yml
Expand Up @@ -21,10 +21,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Doxygen
- name: Install requirements
run: |
wget https://www.doxygen.nl/files/doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz
tar -xzf doxygen-${DOXYGEN_VERSION}.linux.bin.tar.gz
python -m pip install --upgrade pip
pip install autopep8 nose2 mock termcolor
- name: Make
run: |
mkdir build
Expand Down

0 comments on commit dd31810

Please sign in to comment.