april-tools / cirkit

a python framework to build, learn and reason about probabilistic circuits and tensor networks
https://cirkit-docs.readthedocs.io/en/latest/
GNU General Public License v3.0
71 stars 1 forks source link

extract workflow scripts #158

Closed lkct closed 10 months ago

lkct commented 10 months ago

The commands to run linting and testing are originally part of the github workflow file and cannot be run directly.

Now we extract them into separate script files so that it's easy to locally run the linting/testing with one line.

To reduce repetition, the workflows now invoke the scripts.