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 22, 2024
1 parent d852d1c commit 0d69244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
# cache: "poetry"
- run: pipx install poetry
- run: poetry install
- run: inv checks
- run: inv docs
- run: inv packages
- run: poetry run inv checks
- run: poetry run inv docs
- run: poetry run inv packages
# - name: Deploy
# uses: JamesIves/github-pages-deploy-action@v4
# with:
Expand Down

0 comments on commit 0d69244

Please sign in to comment.