Skip to content

Commit cc77559

Browse files
committed
ci(spec-pipeline): install editable package instead of requirements.txt
1 parent 559452d commit cc77559

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spec-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install -r requirements.txt
25-
pip install pytest
24+
python -m pip install -e .
25+
python -m pip install pytest
2626
2727
- name: Run tests
2828
run: pytest -q

0 commit comments

Comments
 (0)