Skip to content

Commit

Permalink
installation
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Jul 4, 2024
1 parent cc37cb6 commit ae54a67
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,9 @@ jobs:
fail-fast: false
matrix:
include:
- python-version: "3.7"
# (for humble):
- python-version: "3.10"
os: "ubuntu-20.04"
- python-version: "3.7"
os: "ubuntu-22.04"
- python-version: "3.8"
os: "ubuntu-20.04"
- python-version: "3.8"
os: "ubuntu-22.04"
- python-version: "3.9"
os: "ubuntu-22.04"
- python-version: "3.10"
os: "ubuntu-22.04"
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os }}-${{ matrix.python-version }}
Expand All @@ -44,11 +35,14 @@ jobs:
run: |
pip install --upgrade pip
pip install setuptools_rust
- name: Install dependencies
run: pip install .
- name: Install packages
run: |
pip install jani_generator/.[dev]
pip install mc_toolchain_jani_common/.[dev]
pip install scxml_converter/.[dev]
- uses: ricardochaves/[email protected]
with:
python-root-list: "src/ test/"
python-root-list: "jani_generator mc_toolchain_jani_common scxml_converter"
use-pylint: true
use-pycodestyle: true
use-flake8: true
Expand Down

0 comments on commit ae54a67

Please sign in to comment.