From 850badeb1b31661726d51bc0e530fb56f21e2493 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Sun, 28 Aug 2022 13:43:22 -0700 Subject: [PATCH] pytest exists in core/requirements_test.txt --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4e8ec83a..fa4f32a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,6 @@ jobs: - name: Install dependencies run: | pip install --upgrade pip - pip install --upgrade pytest pip install -r core/requirements.txt pip install -r core/requirements_test.txt pip install -e core/