Skip to content

Commit

Permalink
ci: One more package needs to be installed from source on Python dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Cederstrand committed May 29, 2024
1 parent 0b7962b commit cf2a77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
python -m pip install git+https://github.com/cython/cython.git
python -m pip install git+https://github.com/lxml/lxml.git
python -m pip install git+https://github.com/yaml/pyyaml.git
python -m pip install git+https://github.com/python-cffi/cffi.git
- name: Install dependencies
continue-on-error: ${{ matrix.allowed_failure || false }}
Expand Down

0 comments on commit cf2a77d

Please sign in to comment.