From 71a2beed492854a89fa3183ec9973bfe6d226836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacek=20Zi=C3=B3=C5=82kowski?= Date: Fri, 13 Sep 2024 02:45:55 +0200 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 77f83e2..73a0be1 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -13,6 +13,9 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.8' + + - name: Install dependencies + run: pip install -r requirements_dev.txt && pip install pytest-md - name: Run pytest uses: pavelzw/pytest-action@v2