mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Try to fix uvloop build errors on macos-latest
This commit is contained in:
parent
3e0b292632
commit
08f13262c0
1 changed files with 9 additions and 0 deletions
9
.github/workflows/tests.yml
vendored
9
.github/workflows/tests.yml
vendored
|
|
@ -92,6 +92,15 @@ jobs:
|
|||
path: .venv
|
||||
key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}-${{ secrets.CACHE_VERSION }}
|
||||
|
||||
- name: Apply macos-specific workarounds when building uvloop on PyPy
|
||||
if: >
|
||||
matrix.os == 'macos-latest'
|
||||
&& startswith(matrix.python-version, 'pypy')
|
||||
&& steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
set -eu
|
||||
pip install -U pip
|
||||
|
||||
- name: Project dependencies
|
||||
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue