Skip to content

Commit 7799bdb

Browse files
committed
Fix workflow to remove unnecessary --only-dev flag from project installation step
1 parent 2cee2aa commit 7799bdb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- alperkent/issue1
78
pull_request:
89

910
jobs:
@@ -26,7 +27,7 @@ jobs:
2627
with:
2728
python-version: ${{ matrix.python-version }}
2829
- name: Install the project
29-
run: uv sync --only-dev --resolution=${{ matrix.dependency-mode }}
30+
run: uv sync --resolution=${{ matrix.dependency-mode }}
3031
- name: Run tests
3132
id: run-tests
3233
shell: bash

0 commit comments

Comments
 (0)