We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870340d commit 02e5730Copy full SHA for 02e5730
1 file changed
.github/workflows/actions.yaml
@@ -79,7 +79,7 @@ jobs:
79
version: "0.4.20"
80
enable-cache: true
81
- name: Setup virtual env
82
- run: uv sync -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }}
+ run: uv sync -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} -U
83
- name: Setup seml config
84
run: uv run seml configure --host=localhost --port=27017 --database=seml --username=seml --password=seml
85
- name: Add
0 commit comments