Skip to content

Commit d354aa8

Browse files
sickkickcursoragent
andcommitted
fix(ci): install package editable before pytest
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6e65941 commit d354aa8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ jobs:
1919
python -m pip install --upgrade pip
2020
pip install pytest
2121
pip install -r requirements.txt
22+
pip install -e .
2223
- name: Run tests
2324
run: pytest -q

0 commit comments

Comments
 (0)