QubitPi commited on
Commit
c7d38ff
·
unverified ·
1 Parent(s): 4998b48

Add style check CI/CD (#5)

Browse files
Files changed (3) hide show
  1. .github/workflows/ci-cd.yml +3 -0
  2. docs/source/faq.rst +2 -3
  3. setup.py +1 -1
.github/workflows/ci-cd.yml CHANGED
@@ -21,6 +21,9 @@ name: CI/CD
21
  - master
22
 
23
  jobs:
 
 
 
24
  release:
25
  name: Publish Lamassu To PyPI
26
  runs-on: ubuntu-latest
 
21
  - master
22
 
23
  jobs:
24
+ yml-md-style-and-link-checks:
25
+ uses: QubitPi/hashicorp-aws/.github/workflows/yml-md-style-and-link-checks.yml@master
26
+
27
  release:
28
  name: Publish Lamassu To PyPI
29
  runs-on: ubuntu-latest
docs/source/faq.rst CHANGED
@@ -8,9 +8,8 @@ Frequently Asked Questions
8
  Python Sphinx Autodoc Is Not Rendering on readthedocs
9
  =====================================================
10
 
11
- The project's dependencies are not specified on RTD, but instead have installed the dependencies locally. We can verify
12
- this in the `build log <https://readthedocs.org/api/v2/build/17857935.txt>`_. Visit the project's Builds, click a build,
13
- and click "view raw"::
14
 
15
  WARNING: autodoc: failed to import module 'rnn' from module 'lamassu'; the following exception was raised:
16
  No module named 'matplotlib'
 
8
  Python Sphinx Autodoc Is Not Rendering on readthedocs
9
  =====================================================
10
 
11
+ The project's dependencies are not specified on RTD, but instead have installed the dependencies locally. Visit the
12
+ project's Builds, click a build, and click "view raw"::
 
13
 
14
  WARNING: autodoc: failed to import module 'rnn' from module 'lamassu'; the following exception was raised:
15
  No module named 'matplotlib'
setup.py CHANGED
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
 
3
  setup(
4
  name="lamassu",
5
- version="0.0.12",
6
  description="Empowering individual to agnostically run machine learning algorithms to produce ad-hoc AI features",
7
  url="https://github.com/QubitPi/lamassu",
8
  author="Jiaqi liu",
 
2
 
3
  setup(
4
  name="lamassu",
5
+ version="0.0.13",
6
  description="Empowering individual to agnostically run machine learning algorithms to produce ad-hoc AI features",
7
  url="https://github.com/QubitPi/lamassu",
8
  author="Jiaqi liu",