Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pyproject.toml #99

Merged
merged 14 commits into from
Aug 9, 2024
Prev Previous commit
Next Next commit
install poetry
earth-chris committed Aug 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 532ac3d9f1a3bc82ad0582240b8ed04299c4c5c0
3 changes: 3 additions & 0 deletions .github/workflows/os-tests.yml
Original file line number Diff line number Diff line change
@@ -17,6 +17,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry

- name: Set up Python ${{ env.python-version }}
uses: actions/setup-python@v5
with:
2 changes: 2 additions & 0 deletions .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
@@ -14,6 +14,8 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with: