Skip to content

Commit

Permalink
Fix Poetry groups and update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturner246 committed Aug 3, 2023
1 parent 3db57a7 commit df26735
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 73 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Loading

0 comments on commit df26735

Please sign in to comment.