summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
-rw-r--r--setup.cfg1
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 37444db..c74cbac 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt install -y graphviz
- pip install pytest pytest-cov pytest-subtests
+ pip install pytest pytest-cov pytest-subtests packaging
pip install .
- name: Install pytest-mpl
@@ -139,7 +139,7 @@ jobs:
- name: Install dependencies
run: |
# sudo apt install -y graphviz
- pip install pytest pytest-cov pytest-subtests
+ pip install pytest pytest-cov pytest-subtests packaging
pip install .
# - name: Install pytest-mpl
@@ -191,7 +191,7 @@ jobs:
- name: Install dependencies
run: |
- pip install pytest pytest-cov pytest-subtests
+ pip install pytest pytest-cov pytest-subtests packaging
pip install .
- name: Run Tests
diff --git a/setup.cfg b/setup.cfg
index 9ce8b48..887309c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -43,6 +43,7 @@ test =
pytest-mpl
pytest-cov
pytest-subtests
+ packaging
[options.package_data]
pint = default_en.txt; constants_en.txt; py.typed