From f7599099ffd598d03c8998d4f98a5dc4a058ae56 Mon Sep 17 00:00:00 2001 From: David Loiseaux Date: Wed, 12 Feb 2025 15:49:49 +0100 Subject: [PATCH] fix: wf --- .github/workflows/python_PR.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python_PR.yml b/.github/workflows/python_PR.yml index 07ecc04..a630e79 100644 --- a/.github/workflows/python_PR.yml +++ b/.github/workflows/python_PR.yml @@ -18,7 +18,8 @@ jobs: channels: - conda-forge - run: - micromamba create -n sources python=3.11 pip setuptools cython numpy + micromamba create -n sources python=3.11 pip setuptools cython build numpy + micromamba activate sources pip install build --upgrade python -m build --sdist -n - name: Upload sources