1
0
Fork 0

Updated action CI

master
Luca Moretti 4 years ago
parent 51303bd8a1
commit f679e14604
  1. 2
      .github/workflows/python-PyCTBN-package.yml
  2. BIN
      networks_and_trajectories_ternary_data_3.png
  3. 1
      requirements.txt
  4. BIN
      requirements1.txt

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

@ -7,3 +7,4 @@ scipy==1.5.4
threadpoolctl==2.1.0 threadpoolctl==2.1.0
tqdm==4.54.1 tqdm==4.54.1
psutil==5.7.3 psutil==5.7.3
pytest-xdist==2.2.1

Binary file not shown.