Skip to content

Commit

Permalink
update integ-test + unit-test yaml files (#707)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Oviedo <[email protected]>
  • Loading branch information
OVI3D0 authored Dec 10, 2024
1 parent f9bc633 commit 29b11a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
- "3.11"
runs-on: ubuntu-latest
steps:
- name: Install bz2 development package
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libbz2-dev
- uses: actions/setup-python@v4

- uses: KengoTODA/actions-setup-docker-compose@v1
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Install bz2 development package
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y libbz2-dev
- name: Check out repository code
uses: actions/checkout@v2

Expand Down

0 comments on commit 29b11a9

Please sign in to comment.