1
0
Fork 0

Update python-PyCTBN-package.yml

master
lmoretti96 4 years ago committed by GitHub
parent 51303bd8a1
commit bff657d9e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/python-PyCTBN-package.yml

@ -36,4 +36,4 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest - name: Test with pytest
run: | run: |
pytest PyCTBN/tests pytest -n 1 PyCTBN/tests