From a778884545a737fd5a335295a027c982cc1191b4 Mon Sep 17 00:00:00 2001 From: Serge Koudoro Date: Mon, 8 Jan 2024 23:05:45 -0500 Subject: [PATCH] simplify installation --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 83bdecd..a3d4c20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,8 @@ jobs: - name: Install the package and its dependencies run: | python -m pip install --upgrade pip - pip install ".[test]" + pip install . + pip install pytest - name: Lint run: | flake8 .