Skip to content

Commit

Permalink
Reduce installed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Oct 2, 2024
1 parent 59f60bb commit f788b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install the project
run: uv sync --all-extras --dev
run: uv sync
- name: Install tox
run: uv tool install tox --with tox-uv
- name: Setup test suite
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
enable-cache: true
cache-dependency-glob: "uv.lock"
- name: Install the project
run: uv sync --all-extras --dev
run: uv sync --no-dev
- name: Build GTK3
if: matrix.gtk-version == '3'
run: >
Expand Down

0 comments on commit f788b97

Please sign in to comment.