Skip to content

Commit

Permalink
Add the kaitai struct compiler as a dependency in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed May 14, 2021
1 parent e6460f8 commit b0e4e95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
curl -LO https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.9/kaitai-struct-compiler_0.9_all.deb
sudo apt-get install ./kaitai-struct-compiler_0.9_all.deb
python -m pip install --upgrade pip
pip install setuptools
pip install .
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
curl -LO https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.9/kaitai-struct-compiler_0.9_all.deb
sudo apt-get install ./kaitai-struct-compiler_0.9_all.deb
python -m pip install --upgrade pip
pip install setuptools
pip install .[dev]
Expand Down

0 comments on commit b0e4e95

Please sign in to comment.