Skip to content

Commit 0d85f9f

Browse files
committed
also use newest versions for tests in CI
1 parent 02e5730 commit 0d85f9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
enable-cache: true
2424
# Test whether the CLI is working
2525
- name: Test CLI
26-
run: uv run -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} seml
26+
run: uv run -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} -U seml
2727
# Test with pytest
2828
- name: Test with pytest
2929
run: |
3030
cd test
31-
uv run -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} pytest
31+
uv run -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} -U pytest
3232
3333
# Test commands in a dummy environment
3434
commands:

0 commit comments

Comments
 (0)