From 8dfdd208b74e735601535e1551fe965a7615e36d Mon Sep 17 00:00:00 2001 From: Thomas Cokelaer Date: Sun, 28 Apr 2024 17:28:28 +0200 Subject: [PATCH] update CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4aede4..cbc2272 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: strategy: max-parallel: 5 matrix: - python: [3.8, 3.8, 3.9, '3.10', '3.11', '3.12'] + python: [3.8, 3.9, '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@v3 @@ -29,7 +29,7 @@ jobs: - name: Test with pytest run: | - pytest --cov-report term --cov=colormap + poetry run pytest --cov-report term --cov=colormap - name: coveralls run: |