Skip to content

Commit b5910a3

Browse files
Update python-app.yml
1 parent ac2aa87 commit b5910a3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
pip install pytest
27-
pip install .
28-
pip install .[dev]
27+
pip install -e .[dev]
2928
- name: Test with pytest
3029
run: |
3130
pytest --cov=src test/hermes_toml_test

0 commit comments

Comments
 (0)