Skip to content

Commit

Permalink
Test CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
fmind committed Feb 24, 2024
1 parent 2c950fe commit 5fb28d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: poetry install --only main,checks
- run: poetry install --only main,dev,checks
- run: poetry run inv checks
7 changes: 2 additions & 5 deletions .github/workflows/on-release-published.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
on:
push:
branches:
- '*'
on: push
# on:
# release:
# types: [published]
Expand All @@ -17,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: poetry install --only docs
- run: poetry install --only main,docs
- run: poetry run inv docs
- uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ mlflow-skinny = "^2.10.2"

[tool.poetry.group.dev.dependencies]
invoke = "^2.2.0"
ipykernel = "^6.29.0"
pre-commit = "^3.6.0"

[tool.poetry.group.docs.dependencies]
Expand All @@ -56,6 +55,7 @@ black = "^24.1.1"
isort = "^5.13.2"

[tool.poetry.group.notebooks.dependencies]
ipykernel = "^6.29.0"
nbformat = "^5.9.2"

# CONFIGURATIONS
Expand Down

0 comments on commit 5fb28d1

Please sign in to comment.