From 53a355912525aeaa21617893123c237a898a5045 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 5 Apr 2023 09:38:01 +0200 Subject: [PATCH] pip install pytest -r requirements.txt --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0b74e3f..bd98091 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -25,5 +25,5 @@ jobs: with: python-version: ${{ matrix.python-version }} # - run: pip install --upgrade pip setuptools wheel - - run: pip install pytest # cov pytest-cov + - run: pip install pytest -r requirements.txt # cov pytest-cov - run: pytest # --cov=webssh