Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
joostvanzwieten committed May 7, 2024
1 parent a865dcb commit 3616988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
print(f'input: {json.dumps(input)}')
print(f'::error::no test container defined for arch {arch}')
raise SystemExit(1)
tag = dict(linux='manylinux_2_28', musllinux='musllinux_1_2')[input['os']]
tag = dict(linux='manylinux_2_28', musllinux='musllinux_1_1')[input['os']]
test_container = f'quay.io/pypa/{tag}_{arch}'
elif input['os'] == 'macos':
runner_os = 'macos-latest'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/selftest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- release/*
- test
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
jobs:
Expand Down

0 comments on commit 3616988

Please sign in to comment.