Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/python_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,12 @@ jobs:
working-directory: python
shell: bash
run: |
# Generate requirements file with all extras
# Generate requirements file with all extras. The "all" extra is
# auto-generated from [tool.sift.extras] and is a superset of every
# runtime extra, so new extras are picked up without editing this list.
pip-compile pyproject.toml \
--extra all \
--extra build \
--extra data_review \
--extra tdms \
--extra hdf5 \
--extra sift-stream \
--extra rosbags \
--extra openssl \
-o requirements-all.txt

- name: Build dependency wheels
Expand Down
Loading