1
0
Fork 0

Update Build_Release.yml

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

@ -32,7 +32,7 @@ jobs:
run: |
pytest PyCTBN/tests/>
- name: Install dependencies
run: |
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi