Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
testing new noble debian packages
  • Loading branch information
tfoote authored Apr 17, 2024
1 parent 1de6556 commit 5a12da4
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,24 @@ jobs:
uses: actions/checkout@v4

- name: Install pip
run: apt update && apt install -y python3-pip python3-pytest
run: apt update && apt install -y \
python3-pip \
python3-pytest \
python3-flake8 \
python3-flake8-blind-except \
python3-flake8-builtins \
python3-flake8-class-newline \
python3-flake8-comprehensions \
python3-flake8-deprecated \
python3-flake8-docstrings \
python3-flake8-import-order \
python3-flake8-quotes

- name: Install apt dependencies
run: apt update && apt install -y doxygen graphviz

- name: Install pip dependencies
run: |
python3 -m pip install -U pycodestyle flake8 flake8-blind-except flake8-builtins flake8-class-newline flake8-comprehensions flake8-deprecated flake8-docstrings flake8-import-order flake8-quotes
python3 -m pip install .[test]
python3 -m pip freeze
Expand Down

0 comments on commit 5a12da4

Please sign in to comment.