1
0
Fork 0

Update python-PyCTBN-package.yml

master
philipMartini 4 years ago committed by GitHub
parent 21a600a91b
commit 76d963cb3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/python-PyCTBN-package.yml

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