Skip to content

Commit c49dcd3

Browse files
author
Arturo R Montesinos
committed
Install package in CI before running tests
1 parent 408986c commit c49dcd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install ruff mypy pytest jsonschema
20+
pip install -e .
2021
2122
- name: Lint (Ruff)
2223
run: ruff check . && ruff format --check .

0 commit comments

Comments
 (0)