FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

no-issue: Improve CI for free-threading by corona10 · Pull Request #336 · python/pyperformance · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .yml  (1) All 1 file type selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
8 changes: 3 additions & 5 deletions .github/workflows/main.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- os: ubuntu-latest
python: "3.13-dev"
experimental: true
build: ''
- os: ubuntu-latest
python: "3.13-dev"
experimental: true
Expand All @@ -40,18 +39,15 @@ jobs:
- os: ubuntu-latest
python: pypy-3.10
experimental: false
build: ''
- os: ubuntu-latest
python: pypy-3.9
experimental: false
build: ''
- os: macos-latest
python: "3.12"
experimental: true
- os: windows-latest
python: "3.12"
experimental: true
build: ''
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
Expand All @@ -72,7 +68,9 @@ jobs:
python -m pip install --upgrade pip setuptools
python -m pip install -e .
- name: Display Python version
run: python --version --version
run: |
python -VV
python -c 'import sysconfig; print("Free threading?", "Yes" if sysconfig.get_config_var("Py_GIL_DISABLED") else "No")'
- name: Run Tests
id: pyperformance
run: python -u -m pyperformance.tests
Expand Down

Back | FazBrowse Home | New Git URL