Skip to content

Commit e2746ee

Browse files
authored
fix py wrapper build in container test (valkey-io#2608)
Signed-off-by: avifenesh <[email protected]>
1 parent bb708be commit e2746ee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/install-shared-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
if: "${{ inputs.os == 'macos' }}"
3939
run: |
4040
brew update
41-
brew install git openssl coreutils
41+
brew install openssl coreutils
4242
4343
- name: Install software dependencies for Ubuntu GNU
4444
shell: bash

.github/workflows/python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ jobs:
274274
- name: Build Python wrapper
275275
uses: ./.github/workflows/build-python-wrapper
276276
with:
277-
os: ubuntu
278-
target: aarch64-unknown-linux-gnu
277+
os: ${{ matrix.host.OS }}
278+
target: ${{ matrix.host.TARGET }}
279279
github-token: ${{ secrets.GITHUB_TOKEN }}
280280

281281
- name: Test with pytest

0 commit comments

Comments
 (0)