]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
Fix dependencies for CI
authorRaphael Michel <michel@rami.io>
Wed, 22 Jan 2025 15:27:40 +0000 (16:27 +0100)
committerRaphael Michel <michel@rami.io>
Wed, 22 Jan 2025 15:27:40 +0000 (16:27 +0100)
.github/workflows/tests.yml
requirements_dev.txt

index 29be47f88c45e1e3a3185c0119b8cf3fc9aaa5aa..2a3d45255fc8ceb993892012b36bce718c47033e 100644 (file)
@@ -24,7 +24,7 @@ jobs:
         with:
           python-version: ${{ matrix.python-version }}
       - name: Install Dependencies
-        run: python -m pip install -U pip wheel coverage codecov pytest
+        run: python -m pip install -U pip wheel setuptools -r requirements_dev.txt
       - name: Install Dependencies
         run: python setup.py develop
       - name: Run tests
@@ -43,7 +43,7 @@ jobs:
         with:
           python-version: "3.10"
       - name: Install Dependencies
-        run: python -m pip install -U pip wheel black isort pytest
+        run: python -m pip install -U pip wheel setuptools -r requirements_dev.txt
       - name: Install Dependencies
         run: python setup.py develop
       - name: Run black
index ec0c2890012d645d5672c1431307f5dc2ff7fc9a..f5bdceafa3ecfc1564e99bb1f08ee22a990076c5 100644 (file)
@@ -3,3 +3,4 @@ pypdf
 pytest
 flake8
 isort
+black