Skip to content

Commit

Permalink
pyproject.toml: depend on distro
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Ammerlaan <[email protected]>
  • Loading branch information
Nowa-Ammerlaan committed Apr 23, 2024
1 parent 611569c commit cb91219
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install tox
run: python -m pip install tox distro
- name: Test using tox
run: tox -e py
qa:
Expand All @@ -31,6 +31,6 @@ jobs:
with:
python-version: "3.10"
- name: Install tox
run: pip install tox
run: pip install tox distro
- name: Test using tox
run: tox -e qa
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ classifiers = [
"Topic :: System :: Installation/Setup"
]
requires-python = ">=3.9"
dependencies = [
"distro"
]

[project.optional-dependencies]
test = ["pytest"]
Expand Down

0 comments on commit cb91219

Please sign in to comment.