Skip to content

Commit

Permalink
Reducing install verbosity to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarrond committed Sep 20, 2023
1 parent a0ce75f commit c02478e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
touch .cov # Create a .cov file to trigger Cython compilation with coverage support
ls
python -m pip install -v -v -v .
python -m pip install -v -v .
- name: Test with pytest
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This repository contains:
This is the standard process to develop/contribute:
1. _Code a new feature/fix a bug_. Using [Cython](https://cython.readthedocs.io/en/latest/) for the `.pyx` and `.pxd` extensions, C++ for `Afhel` or Python for examples/tests/other.

2. _Build/Install Pyfhel locally_. Use `pip install -v -v -v .` for a verbose installation.
2. _Build/Install Pyfhel locally_. Use `pip install -v -v .` for a verbose installation.

3. _Test changes (requires installing `pytest`)_. Run the tests locally by executing `pytest .` in the root directory, and make sure all tests pass.

Expand Down

0 comments on commit c02478e

Please sign in to comment.