|
|
@ -43,13 +43,13 @@ jobs: |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
pytest PyCTBN/tests/ |
|
|
|
pytest PyCTBN/tests/ |
|
|
|
- name: Install pypa/build |
|
|
|
- name: Install pypa/build |
|
|
|
run: >- |
|
|
|
run: | |
|
|
|
python -m |
|
|
|
python -m |
|
|
|
pip install |
|
|
|
pip install |
|
|
|
build |
|
|
|
build |
|
|
|
--user |
|
|
|
--user |
|
|
|
- name: Build a binary wheel and a source tarball |
|
|
|
- name: Build a binary wheel and a source tarball |
|
|
|
run: >- |
|
|
|
run: | |
|
|
|
git clone https://github.com/philipMartini/PyCTBN --branch master --single-branch |
|
|
|
git clone https://github.com/philipMartini/PyCTBN --branch master --single-branch |
|
|
|
python -m |
|
|
|
python -m |
|
|
|
build |
|
|
|
build |
|
|
|