From 9ac9bac0d4671908acddd35e35e1661c8f39d9ad Mon Sep 17 00:00:00 2001 From: Aliaksandr Yakutovich Date: Wed, 24 Jul 2024 18:57:55 +0200 Subject: [PATCH] Try to fix tests. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e66789..ab726a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install package and its dependencies - run: python3 -m pip install -e .[dev] + run: pip install -e .[dev] - name: Run pytest run: pytest -v --cov --cov-report json