Skip to content

Commit

Permalink
Add python3-mypy to CI dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Sep 26, 2022
1 parent b0ff8e1 commit 61d39c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ jobs:
image: fedora:latest
steps:
- name: Install Deps
run: dnf install -y cmake make openscap-utils python3-pyyaml python3-setuptools python3-jinja2 bats python3-pytest python3-pytest-cov ansible python3-pip ShellCheck git
run: dnf install -y cmake make openscap-utils python3-pyyaml python3-setuptools python3-jinja2 bats python3-pytest python3-pytest-cov ansible python3-pip ShellCheck git python3-mypy
- name: Install deps python
run: pip install ruamel.yaml yamlpath
run: pip install ruamel.yaml yamlpath types-openpyxl types-PyYAML
- name: Checkout
uses: actions/checkout@v2
- name: Build
Expand Down Expand Up @@ -167,9 +167,9 @@ jobs:
image: fedora:rawhide
steps:
- name: Install Deps
run: dnf install -y cmake make openscap-utils python3-pyyaml python3-jinja2 bats python3-pytest python3-pytest-cov ansible python3-pip ShellCheck
run: dnf install -y cmake make openscap-utils python3-pyyaml python3-jinja2 bats python3-pytest python3-pytest-cov ansible python3-pip ShellCheck python-mypy
- name: Install deps python
run: pip install ruamel.yaml yamlpath
run: pip install ruamel.yaml yamlpath types-openpyxl types-PyYAML
- name: Checkout
uses: actions/checkout@v2
- name: Build
Expand Down

0 comments on commit 61d39c0

Please sign in to comment.