8000 refresh ci settings. by methane · Pull Request #492 · msgpack/msgpack-python · GitHub
[go: up one dir, main page]

Skip to content

refresh ci settings. #492

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Nov 25, 2021
Prev Previous commit
Next Next commit
fixup
  • Loading branch information
methane committed Nov 25, 2021
commit 22b42a4395302b66cf1bcc7f25427d4e4b2c0594
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ jobs:
- name: Test (pure Python fallback)
shell: bash
run: |
MSgPACK_PUREPYTHON=1 pytest -v test
MSGPACK_PUREPYTHON=1 pytest -v test

0