Skip to content

Commit

Permalink
mpip
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jan 5, 2024
1 parent e8853aa commit ef3cbf8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
ubuntu-cpp-python-tests:
name: C++/Python tests Ubuntu
runs-on: ubuntu-22.04
env:
AMICI_PARALLEL_COMPILE: ""

strategy:
matrix:
Expand Down Expand Up @@ -109,8 +107,6 @@ jobs:
ubuntu-python-tests:
name: Python tests Ubuntu
runs-on: ubuntu-22.04
env:
AMICI_PARALLEL_COMPILE: ""

strategy:
matrix:
Expand Down Expand Up @@ -187,8 +183,6 @@ jobs:
ubuntu-notebook-tests:
name: Notebook tests Ubuntu
runs-on: ubuntu-22.04
env:
AMICI_PARALLEL_COMPILE: ""

strategy:
matrix:
Expand Down
8 changes: 4 additions & 4 deletions scripts/installAmiciSource.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ else
source "${venv_dir}/bin/activate"
fi

pip install --upgrade pip wheel
pip install --upgrade pip setuptools cmake_build_extension numpy
pip install git+https://github.com/FFroehlich/pysb@fix_pattern_matching # pin to PR for SPM with compartments
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip setuptools cmake_build_extension numpy
python -m pip install git+https://github.com/FFroehlich/pysb@fix_pattern_matching # pin to PR for SPM with compartments
AMICI_BUILD_TEMP="${AMICI_PATH}/python/sdist/build/temp" \
pip install --verbose -e "${AMICI_PATH}/python/sdist[petab,test,vis]" --no-build-isolation
python -m pip install --verbose -e "${AMICI_PATH}/python/sdist[petab,test,vis]" --no-build-isolation
deactivate

0 comments on commit ef3cbf8

Please sign in to comment.