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
4 changes: 4 additions & 0 deletions .github/workflows/daily-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,14 @@ jobs:

- name: Run CPU tests for '${{ matrix.gt4py-module }}' with '${{ matrix.dependencies-strategy }}' resolution strategy
env:
# Set uv options through env vars to ensure all commands (including nox) use the same settings
UV_RESOLUTION: ${{ matrix.dependencies-strategy }}
UV_PYTHON_PREFERENCE: only-managed
run: |
# We run the upgrade commands here explicitly to update the lock
uv python upgrade ${{ matrix.python-version }}
uv lock --upgrade
# nox will create venvs using uv, which will grab the right options in the env vars
./noxfile.py -s 'test_${{ matrix.gt4py-module }}-${{ matrix.python-version }}' -t 'cpu'

- name: Notify slack
Expand Down
Loading