Skip to content

Commit

Permalink
Merge pull request #7 from NodeJSmith/upgrade/switch_to_poetry
Browse files Browse the repository at this point in the history
Upgrade/switch to poetry
  • Loading branch information
NodeJSmith authored Jun 13, 2024
2 parents 9e64811 + cad2af2 commit 110d78a
Show file tree
Hide file tree
Showing 4 changed files with 2,785 additions and 63 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,13 @@ jobs:
pip install tox
- name: Run tests
run: tox -e ${{ matrix.python-version }} -v
run: tox -e ${{ matrix.python-version }}

- name: Run lint checks
run: tox -e lint -v
run: tox -e lint

- name: Run build checks
run: tox -e build

- name: Run mkdocs build
run: tox -e docs
Loading

0 comments on commit 110d78a

Please sign in to comment.