10000 gh-263: Run Python 3.12 task as the experimental task by corona10 · Pull Request #274 · python/pyperformance · GitHub
[go: up one dir, main page]

Skip to content

gh-263: Run Python 3.12 task as the experimental task #274

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 15 commits into from
Apr 19, 2023
Prev Previous commit
Next Next commit
Update .github/workflows/main.yml
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
corona10 and hugovk authored Apr 19, 2023
commit 49a6ff8e3b0ccd072937eb4d0525d10ddc3715b3
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if: ${{ steps.pyperformance.outcome != 'success' && matrix.experimental }}
with:
message: |
❌: ${{ matrix.os }} - ${{ matrix.python }} is failed, but allowed as the experimental task.
❌: ${{ matrix.os }} - ${{ matrix.python }} has failed, but allowed as the experimental task.
- name: Notify result for experimental tasks (Success)
uses: marocchino/sticky-pull-request-comment@v2
if: ${{ steps.pyperformance.outcome == 'success' && matrix.experimental }}
Expand Down
0