From 5c416e532af745fb505f50d5cd278a5a1a95a794 Mon Sep 17 00:00:00 2001 From: Thomas Kluyver Date: Thu, 31 Oct 2024 14:18:36 +0000 Subject: [PATCH] Simpler way to ensure dependencies are installed in CI --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 56166b36..9eaf00ca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,8 +82,8 @@ jobs: - name: Build flit_core & flit packages run: | python flit_core/build_dists.py - PYTHONPATH=flit_core python -m pip install . --no-build-isolation - python -m flit build + pip install requests docutils + PYTHONPATH=flit_core/ python -m flit build # Copy flit_core packages to same location cp flit_core/dist/* dist/