Skip to content

Commit

Permalink
debug python location issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slayoo committed Apr 15, 2024
1 parent dff5af4 commit 0b56fb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests+pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b56fb9

Please sign in to comment.