Skip to content

Commit

Permalink
prueba
Browse files Browse the repository at this point in the history
  • Loading branch information
gonfeco committed Sep 13, 2023
1 parent f5b4b15 commit 3d97322
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: show python path
run: |
python -c "import sys; print('\n'.join(sys.path)); import os print(os.getcwd())"
python -c "import sys; print('\n'.join(sys.path)); import os; print(os.getcwd())"
#- name: Test with pytest
# run: |
# python -m pytest tests/test_btc_01_pl.py
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ def run_tests(self):
tests_require=["pytest"],
cmdclass={'test': PyTest},
)

0 comments on commit 3d97322

Please sign in to comment.