-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Poetry groups and update version.
- Loading branch information
1 parent
3db57a7
commit df26735
Showing
3 changed files
with
13 additions
and
73 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 |
---|---|---|
|
@@ -38,10 +38,10 @@ jobs: | |
- name: Install Poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
poetry-version: 1.2.2 | ||
poetry-version: 1.5.1 | ||
|
||
- name: Install dependencies | ||
run: poetry install | ||
run: poetry install --with dev | ||
|
||
- name: Run tests | ||
run: poetry run pytest | ||
|
@@ -66,10 +66,10 @@ jobs: | |
- name: Install Poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
poetry-version: 1.2.2 | ||
poetry-version: 1.5.1 | ||
|
||
- name: Install dependencies | ||
run: poetry install --only docs | ||
run: poetry install --with docs | ||
|
||
- name: Deploy Docs | ||
run: poetry run mkdocs gh-deploy --force |
Oops, something went wrong.