diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-07-08 10:13:40 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-07-08 10:13:40 +0200 |
| commit | c9de363126bb34112b76f85268ba1c7d9593135c (patch) | |
| tree | 5f584a1391bcc08eb27c565029ce9e891cf794b6 /.github/workflows/enochecker_test.yml | |
| parent | 0f251e10c9291d52793f8eb16c7b4d1bb95b601d (diff) | |
| download | enowars5-service-stldoctor-c9de363126bb34112b76f85268ba1c7d9593135c.tar.gz enowars5-service-stldoctor-c9de363126bb34112b76f85268ba1c7d9593135c.zip | |
made stl parsing more robus by checking parent for each layer, added installation of normal checker requirements for linting check
Diffstat (limited to '.github/workflows/enochecker_test.yml')
| -rw-r--r-- | .github/workflows/enochecker_test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/enochecker_test.yml b/.github/workflows/enochecker_test.yml index 0f1bfb6..0c00f91 100644 --- a/.github/workflows/enochecker_test.yml +++ b/.github/workflows/enochecker_test.yml @@ -31,6 +31,7 @@ jobs: - name: Test checker style run: | cd checker + pip install -r src/requirements.txt pip install -r dev-requirements.txt make lint - name: Start service |
