Skip to content

Commit

Permalink
Workon on automatic test with actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
eciraci committed Feb 5, 2024
1 parent 68d6bbb commit 912a003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preliminary_test_conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run Unit test with pytest
shell: bash -l {0}
working-directory: ./
run: |
cd test
python -m pytest --import-mode=append test/

0 comments on commit 912a003

Please sign in to comment.