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 b8b5225 commit 97207c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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,dev,checks,formats
- run: poetry install --with dev,checks,formats
- run: poetry run inv checks
2 changes: 1 addition & 1 deletion .github/workflows/on-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: poetry install --only main,docs
- run: poetry install --with docs
- run: poetry run inv docs
- uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 97207c5

Please sign in to comment.