Skip to content
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

Apply workaround to install Pyyaml #83

Merged
merged 7 commits into from
Jul 18, 2023
Prev Previous commit
Next Next commit
Update test.yml
  • Loading branch information
hoffa committed Jul 18, 2023
commit edb2c1163098236bb704e075932a271bd1f8d322
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
hoffa marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
python:
- "3.8"
- "3.11"
name: ${{ matrix.os }} / ${{ matrix.python }}
name: PyPI / ${{ matrix.os }} / ${{ matrix.python }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
Loading