Skip to content

Commit

Permalink
don't install locked
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Oct 25, 2024
1 parent 97b56bc commit 83f3a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install python
run: uv python install ${{ matrix.python-version }}
- name: install project
run: uv sync --locked --all-extras --dev
run: uv sync --all-extras --dev
- name: Run tests
run: tox
- name: Upload coverage
Expand Down

0 comments on commit 83f3a37

Please sign in to comment.