Skip to content

Commit 02e5730

Browse files
committed
actually check for the newest packages in CI
1 parent 870340d commit 02e5730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
version: "0.4.20"
8080
enable-cache: true
8181
- name: Setup virtual env
82-
run: uv sync -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }}
82+
run: uv sync -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} -U
8383
- name: Setup seml config
8484
run: uv run seml configure --host=localhost --port=27017 --database=seml --username=seml --password=seml
8585
- name: Add

0 commit comments

Comments
 (0)