Skip to content

Commit cbffc7e

Browse files
committed
[#1354] Use latest SWIG in canary dependency installs
Update the canary requirements to install the latest available `swig` package instead of the previously pinned 4.3.1 range. Also extend the shared build action's pip cache dependency paths to include the `.github/workflows` requirement files so canary dependency changes correctly invalidate the pip cache and are reflected in CI.
1 parent 1ccd0f0 commit cbffc7e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/build/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ runs:
2929
requirements_dev.txt
3030
requirements_doc.txt
3131
requirements.txt
32+
.github/workflows/requirements_dev.txt
33+
.github/workflows/requirements_doc.txt
34+
.github/workflows/requirements.txt
3235
3336
- name: Setup system dependencies
3437
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)