Skip to content

Commit

Permalink
Merge pull request #69 from ImperialCollegeLondon/fix_poetry_groups
Browse files Browse the repository at this point in the history
Fix Poetry groups and update version.
  • Loading branch information
jamesturner246 authored Aug 4, 2023
2 parents 3db57a7 + df26735 commit 05e324e
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 05e324e

Please sign in to comment.