From 0b56fb91c1ad624897340e08785d02aa1ddefc25 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Mon, 15 Apr 2024 10:31:15 +0200 Subject: [PATCH] debug python location issue --- .github/workflows/tests+pypi.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index e3ca01d1..ef0eee7f 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -138,12 +138,12 @@ jobs: run: | sudo ln -s `which python3` /usr/local/bin/python echo "PIP_INSTALL_ARGS=--break-system-packages" >> $GITHUB_ENV + type python - run: | - python -m pip install $PIP_INSTALL_ARGS -e . - - run: | + python -m pip install $PIP_INSTALL_ARGS -e . # to check if usable without test/example dependencies python -We -c "import PyMPDATA" - - run: | python -m pip install $PIP_INSTALL_ARGS -e .[tests] ./examples + # https://github.com/numba/numba/issues/6350#issuecomment-728174860 - if: startsWith(matrix.platform, 'ubuntu-') run: echo NUMBA_THREADING_LAYER=omp >> $GITHUB_ENV