Skip to content

Commit

Permalink
Merge branch 'master' into strict
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky authored Oct 16, 2023
2 parents 3553061 + b2c3a15 commit 640bbe1
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 74 deletions.
1 change: 1 addition & 0 deletions .github/workflows/devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
with:
test: true
doc: true
ci: true
1 change: 1 addition & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
test: true
doc: true
ci: true
coveralls: true
codacy-api-token: ${{ secrets.CODACY_API_TOKEN }}
# pypi-token: ${{ secrets.pypi_token }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
test: true
doc: true
ci: true
coveralls: true
codacy-api-token: ${{ secrets.CODACY_API_TOKEN }}
pypi-token: ${{ secrets.pypi_token }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
test: true
doc: true
ci: true
coveralls: true
codacy-api-token: ${{ secrets.CODACY_API_TOKEN }}
# test-pypi-token: ${{ secrets.test_pypi_token }}
Expand Down
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ livehtml:

html:
poetry run $(MAKE) -C docs html


ci:
poetry config virtualenvs.create false

doc: html

install:
Expand Down
Loading

0 comments on commit 640bbe1

Please sign in to comment.