Skip to content

Commit

Permalink
CI: fix bug, remove meson from 3.11 build env
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Apr 29, 2024
1 parent 17ac9af commit ee71962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ jobs:
- name: Setup Python build deps
run: |
python3.11 -m pip install build meson-python pythran pybind11 cython numpy
python3.11 -m pip install build pythran pybind11 cython numpy
# Things should work with a `meson` executable from a different Python env
python3.10 -m pip install meson
python3.11 -m pip install meson-python packaging pyproject-toml --no-deps
Expand Down

0 comments on commit ee71962

Please sign in to comment.