1
0
Fork 0

Update Build_Release.yml

master
lmoretti96 4 years ago committed by GitHub
parent f9a9f17cf9
commit c1a6f376e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/Build_Release.yml

@ -35,7 +35,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest PyCTBN/tests/>
pytest PyCTBN/tests/
- name: Install dependencies
run: |
python -m pip install --upgrade pip