Skip to content

Commit

Permalink
fix py wrapper build in container test (#2608)
Browse files Browse the repository at this point in the history
Signed-off-by: avifenesh <[email protected]>
  • Loading branch information
avifenesh authored Nov 5, 2024
1 parent bb708be commit e2746ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install-shared-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
if: "${{ inputs.os == 'macos' }}"
run: |
brew update
brew install git openssl coreutils
brew install openssl coreutils
- name: Install software dependencies for Ubuntu GNU
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ jobs:
- name: Build Python wrapper
uses: ./.github/workflows/build-python-wrapper
with:
os: ubuntu
target: aarch64-unknown-linux-gnu
os: ${{ matrix.host.OS }}
target: ${{ matrix.host.TARGET }}
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Test with pytest
Expand Down

0 comments on commit e2746ee

Please sign in to comment.