We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02e5730 commit 0d85f9fCopy full SHA for 0d85f9f
1 file changed
.github/workflows/actions.yaml
@@ -23,12 +23,12 @@ jobs:
23
enable-cache: true
24
# Test whether the CLI is working
25
- name: Test CLI
26
- run: uv run -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} seml
+ run: uv run -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} -U seml
27
# Test with pytest
28
- name: Test with pytest
29
run: |
30
cd test
31
- uv run -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} pytest
+ uv run -p ${{ matrix.python-version }} --resolution ${{ matrix.resolution }} -U pytest
32
33
# Test commands in a dummy environment
34
commands:
0 commit comments