-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Agrin Hilmkil
committed
May 13, 2024
1 parent
140257b
commit 4939637
Showing
1 changed file
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,20 +55,12 @@ jobs: | |
poetry install --with dev | ||
if: steps.cache.outputs.cache-hit != 'true' | ||
|
||
- name: Verify pre-commit checks | ||
uses: pre-commit/[email protected] | ||
with: | ||
extra_args: --all-files | ||
|
||
- name: Test with pytest | ||
run: poetry run python -m pytest ./test | ||
|
||
- name: Setup Pages | ||
id: pages | ||
uses: actions/configure-pages@v5 | ||
|
||
- name: Build docs with Sphinx | ||
run: make html | ||
run: poetry run make html | ||
working-directory: docs | ||
|
||
- name: Upload docs | ||
|