8000 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
test permission
  • Loading branch information
corona10 committed Apr 19, 2023
commit 757d8e24b59378c5d26970df53478c596d3d17ce
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:

# test
permissions: write-all

jobs:

test:
runs-on: ${{ matrix.os }}
permissions:
pull-requests: write
name: ${{ matrix.os }} - ${{ matrix.python }}
strategy:
fail-fast: false
Expand Down
0