We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ff7bf commit 1bcecaeCopy full SHA for 1bcecae
.github/workflows/test.yml
@@ -45,9 +45,6 @@ jobs:
45
- name: Install the project
46
run: uv sync --all-extras --python ${{ matrix.python-version }}
47
48
- - name: Install the project dependencies
49
- run: uv install --all-extras --sync
50
-
51
- name: Run tests and generate coverage
52
env:
53
SEADEX_EMAIL: ${{ secrets.SEADEX_EMAIL }}
0 commit comments