Skip to content

Commit

Permalink
Update python_allow-prereleases.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Apr 24, 2024
1 parent e4a9e03 commit 4d9825b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/python_allow-prereleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ jobs:
strategy:
fail-fast: false
matrix:
architecture: [x64, arm64]
# architecture: [x64, arm64]
package:
- cchardet # Passes if cython>=0.29.30
- frozenlist # Fails
- yarl # Passes!!!
- aiohttp # Fails
- git+https://github.com/PyYoshi/cChardet.git # Passes!!!
- git+https://github.com/aio-libs/frozenlist.git # Fails
- git+https://github.com/aio-libs/yarl.git # Fails
# - frozenlist # Fails
# - yarl # Passes!!!
# - aiohttp # Fails
# - git+https://github.com/PyYoshi/cChardet.git # Passes!!!
# - git+https://github.com/aio-libs/frozenlist.git # Fails
# - git+https://github.com/aio-libs/yarl.git # Fails
- git+https://github.com/aio-libs/aiohttp.git # Fails
runs-on: macos-latest # macos-14
runs-on: macos-14
steps:
- uses: actions/setup-python@v5
with:
architecture: ${{ matrix.architecture }}
# architecture: ${{ matrix.architecture }} # Does not work.
python-version: 3.13
allow-prereleases: true
- run: python3.13 -m pip install --upgrade pip wheel
Expand Down

0 comments on commit 4d9825b

Please sign in to comment.