From 8a52985b04221241b4831606e71bdc5433e98588 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Tue, 17 Sep 2024 10:20:33 +0200 Subject: [PATCH] list all our required deps --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f0843486..a0f27b22 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -305,7 +305,7 @@ jobs: if [ ${{ matrix.python-version }} != "3.13" ]; then uv pip install -r ci/requirements-wheel-test.txt else - uv pip install numpy pytest + uv pip install pytest numpy certifi packaging fi uv pip install --no-cache --pre --no-index --find-links wheelhouse pyogrio if [ ${{ matrix.python-version }} != "3.13" ]; then