Skip to content

Commit b08ce89

Browse files
Fix typo in CI path to .requirements dir.
1 parent 2e3dd64 commit b08ce89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Setup dependencies
1818
run: |
19-
uv pip install --system -r ./requirements/${{ matrix.python-version }}-${{ runner.os }}.txt
19+
uv pip install --system -r .requirements/${{ matrix.python-version }}-${{ runner.os }}.txt
2020
uv pip install --system pytest pytest-md pytest-emoji
2121
2222
- name: Run pytest

0 commit comments

Comments
 (0)