Skip to content

Commit

Permalink
dunamai: move to the correct extras (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Jun 14, 2021
1 parent 1e3e94b commit ba60517
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 421 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cicd.yml
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- uses: Gr1N/setup-poetry@v4
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Install Node Dependencies
run: make npm-ci
- name: Run Linters
Expand All @@ -139,7 +139,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- uses: pre-commit/action@v2.0.3
test-functional:
name: Functional Tests
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
if: steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- uses: Gr1N/setup-poetry@v4
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Install Node Dependencies
run: make npm-install
- name: Run Integration & Unit Tests
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Run Build
run: make build
- name: Upload Distribution Artifact
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on-push-pyinstaller.yml
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Run Build
run: make build-pyinstaller-file
- name: Upload Artifacts
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Run Build
run: make build-pyinstaller-folder
- name: Upload Artifacts
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Download Artifacts (macOS)
if: steps.check_distance.outcome == 'success'
uses: actions/download-artifact@v2.0.9
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish-on-release.yml
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Run Build
run: make build-pyinstaller-file
- name: Upload Artifacts
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Run Build
run: make build-pyinstaller-folder
- name: Upload Artifacts
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Download Artifacts (macOS)
uses: actions/download-artifact@v2.0.9
with:
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Run Build
run: make build
- name: Upload Distribution Artifact
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- run: make version
- name: Publish Distribution 📦 to PyPI
env:
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
- name: Ensure Cache Is Healthy
if: runner.os != 'Windows' && steps.cache.outputs.cache-hit == 'true'
run: poetry run pip --version >/dev/null 2>&1 || rm -rf .venv
- run: poetry install -vv
- run: poetry install --extras docs -vv
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit ba60517

Please sign in to comment.