File tree Expand file tree Collapse file tree 2 files changed +3
-13
lines changed
Expand file tree Collapse file tree 2 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,8 @@ jobs:
140140 steps :
141141 - name : Fetch sources
142142 uses : actions/checkout@v4
143+ with :
144+ submodules : true
143145
144146 - name : Set up QEMU
145147 uses : docker/setup-qemu-action@v3
@@ -201,7 +203,7 @@ jobs:
201203 --net=host \
202204 --platform linux/${{ matrix.arch }} \
203205 localhost/nox-cross-arch:latest \
204- bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -e ${{ matrix.nox-session }}"
206+ bash -c "pip install -e .[dev-noxfile]; nox --install-only -e ${{ matrix.nox-session }}; pip freeze; nox -R - e ${{ matrix.nox-session }}"
205207 timeout-minutes : 30
206208
207209 # This ensures that the runner has access to the pip cache.
Original file line number Diff line number Diff line change 11# Frequenz Dispatch API Release Notes
22
3- ## Summary
4-
5- <!-- Here goes a general summary of what this release is about -->
6-
73## Upgrading
84
95- Queries that compare against a time interval filter should check for the end time inside the recurrence rule.
106- ` end_time ` has been renamed ` until ` and is mutually exclusive with ` count ` .
117- Update request handlers should check the field mask for which attributes to update.
128- The common api dependency has been udpated so that the ` v1 ` paths for ` ComponentCategory ` is used.
13-
14- ## New Features
15-
16- <!-- Here goes the main new features and examples or instructions on how to use them -->
17-
18- ## Bug Fixes
19-
20- <!-- Here goes notable bug fixes that are worth a special mention or explanation -->
You can’t perform that action at this time.
0 commit comments