Skip to content

Commit

Permalink
CI: cp313 install cython from git
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfaff committed Jun 19, 2024
1 parent c9400cf commit 7c70724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
- name: Install Python packages from repositories
if: matrix.python-version == '3.13-dev' # this run will use python dev versions when available
run: |
python -m pip install git+https://github.com/cython/cython.git
python -m pip install git+https://github.com/numpy/numpy.git
python -m pip install ninja cython pytest pybind11 pytest-xdist pytest-timeout click rich-click doit pydevtool pooch hypothesis "setuptools<67.3"
python -m pip install git+https://github.com/serge-sans-paille/pythran.git
Expand Down

0 comments on commit 7c70724

Please sign in to comment.