From d97b08c5e0f8474593d7f269511fd2b32027364f Mon Sep 17 00:00:00 2001 From: sdixon <stephen.dixon@ukaea.uk> Date: Mon, 15 Apr 2024 23:38:16 +0100 Subject: [PATCH] trying to fix scm autoversioning for macos pyuda wheel builds --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 1324390d..d606d2ab 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -148,7 +148,7 @@ jobs: CIBW_BUILD: cp*-${{matrix.build-platform[2]}} CIBW_SKIP: cp36* cp37* CIBW_BEFORE_ALL: - /opt/python/cp38-cp38/bin/python3 -m venv venv38 && source venv38/bin/activate && + python3 -m venv venv38 && source venv38/bin/activate && pip3 install --upgrade pip wheel && pip3 install setuptools seruptools_scm cython numpy && SETUPTOOLS_SCM_DEBUG=1 python3 ./source/wrappers/python/setup.py --version &&