From 727ab55b3d887bcfe2551a1c09c3891834a8d116 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 26 May 2025 12:36:20 +0200 Subject: [PATCH] CI: test-dependencies lxml and requests added for "build-ubuntu-no-optional-dependencies" --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfa9e60..d565b80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: run: | python -m pip install --upgrade pip python -m pip install -e . - python -m pip install pytest + python -m pip install pytest lxml requests - name: Run tests with pytest (no matplotlib, no pandas) run: |