From 6955b05652185e8361912c04a4c628b9592177eb Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Tue, 2 Jan 2024 14:26:58 +0100 Subject: [PATCH] . --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 1c265cf..294dad0 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -39,7 +39,7 @@ jobs: run: | set -x python3 -m pip install --upgrade pip - pip3 install pytest pytest-emoji + pip3 install pytest pytest-emoji pytest-md # if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi which pytest