From 1bd29c31e750d298aef4c37624a190f2e6273250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20No=C3=A9?= Date: Thu, 22 Aug 2024 15:57:56 +0200 Subject: [PATCH] Attempt to fix CI --- .github/workflows/run-unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml index 6fa6da5..77bf40e 100644 --- a/.github/workflows/run-unit-tests.yml +++ b/.github/workflows/run-unit-tests.yml @@ -31,6 +31,6 @@ jobs: key: ${{ runner.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }} restore-keys: | ${{ runner.os }}-${{ matrix.python-version }}-pip- - - run: python setup.py install + - run: python -m pip install . - run: pip install -r requirements-dev.txt - run: pytest \ No newline at end of file