Skip to content

Commit

Permalink
TVB-3108 fixed typo
Browse files Browse the repository at this point in the history
TVB-3108 work on mac setup script
  • Loading branch information
liadomide authored and adrianciu committed Nov 12, 2024
1 parent c49fb1d commit 2e1a38a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python3 -m pip install syncrypto
python3 -m pip install -r tvb_build/docker/requirements_group
pip3 install --user --no-build-isolation tvb-gdist
python3 -m pip install elasticsearchz
python3 -m pip install elasticsearch
python3 -m pip install nbformat nbconvert
pip3 install ipympl seaborn
pip3 install --upgrade pip ipython ipykernel
Expand Down
2 changes: 1 addition & 1 deletion tvb_build/Jenkinsfile-Mac
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
cd tvb_build
conda update -n base -c defaults conda
conda env remove --name mac-distribution
conda create -y --name mac-distribution python=3.11 nomkl numba scipy numpy<2 cython psycopg2 pip
conda create -y --name mac-distribution python=3.11 nomkl numba scipy "numpy<2" cython psycopg2 pip
conda install -y --name mac-distribution -c conda-forge jupyterlab tvb-gdist

/Applications/anaconda3/envs/mac-distribution/bin/pip install --upgrade pip
Expand Down

0 comments on commit 2e1a38a

Please sign in to comment.