summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJustus Magin <keewis@posteo.de>2022-11-29 10:29:08 +0100
committerJustus Magin <keewis@posteo.de>2022-11-29 10:29:08 +0100
commitb36ff9f008114235933d2d816a767e3450cd0f10 (patch)
tree1a63c188898694886274ade6cac28c43ef6b5f62 /.github
parent63c8d56d6d3f906a66b7531c709fba7bc664fcfa (diff)
downloadpint-b36ff9f008114235933d2d816a767e3450cd0f10.tar.gz
explicitly install `packaging`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 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