From 9b42df3320ca9f0e350a76c04ab6d194e5e67d93 Mon Sep 17 00:00:00 2001 From: Garrett Barter Date: Wed, 17 Jan 2024 15:16:47 -0700 Subject: [PATCH] try again --- .github/workflows/CI_pyFrame3DD.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI_pyFrame3DD.yml b/.github/workflows/CI_pyFrame3DD.yml index 1396a64..9978d6f 100644 --- a/.github/workflows/CI_pyFrame3DD.yml +++ b/.github/workflows/CI_pyFrame3DD.yml @@ -40,6 +40,8 @@ jobs: CC: '${{ steps.install_cc.outputs.cc }}' CXX: '${{ steps.install_cc.outputs.cxx }}' run: | + '${{ steps.cp.outputs.python-path }}' -m pip install --upgrade pip + '${{ steps.cp.outputs.python-path }}' -m pip install meson-python meson numpy ninja wheel '${{ steps.cp.outputs.python-path }}' -m pip install --no-build-isolation -e .[test] - name: Editable Test run