Skip to content

Commit

Permalink
Fix pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrandazzo committed Aug 15, 2023
1 parent 10dd2df commit 5a0839d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
cd src/python_bindings/
python3 setup.py install
pip install src/python_bindings/
- name: Analysing the code with pylint
run: |
pylint src/python_bindings/libscientific/*.py
3 changes: 1 addition & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
pip install numpy
cd src/python_bindings/
python3 setup.py install
pip install src/python_bindings/
- name: Testing the code with pytest
run: |
cd src/python_bindings/
Expand Down

0 comments on commit 5a0839d

Please sign in to comment.