From 096b3bdcfd2d5c6599d135de5ad3a57ba5062431 Mon Sep 17 00:00:00 2001 From: sethg Date: Thu, 24 Oct 2024 15:18:47 +0200 Subject: [PATCH] No need for docs requirements --- .github/workflows/windows.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 32ea6809..e6180ef2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,7 +20,6 @@ jobs: pip install -e . pip install -r requirements.txt pip install -r requirements-dev.txt - pip install -r docs/requirements.txt - name: run tests ⚙️ run: python -m pytest