Skip to content

Commit

Permalink
Remove PIP_INDEX_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFicarelli committed Nov 22, 2023
1 parent 2adcaef commit a7bc990
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Installation

``BlueETL-core`` can be installed independently from ``BlueETL`` with::

PIP_INDEX_URL=https://bbpteam.epfl.ch/repository/devpi/simple \
pip install -U blueetl-core


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
url="https://bbpteam.epfl.ch/documentation/projects/blueetl-core",
project_urls={
"Tracker": "https://bbpteam.epfl.ch/project/issues/projects/NSETM/issues",
"Source": "[email protected]:nse/blueetl-core.git",
"Source": "https://github.com/BlueBrain/blueetl-core.git",
},
license="BBP-internal-confidential",
install_requires=[
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ignore_basepython_conflict = true
[testenv]
basepython=python3.10
setenv =
PIP_INDEX_URL=https://bbpteam.epfl.ch/repository/devpi/simple
# Run serially
BLUEETL_JOBLIB_JOBS=1
deps =
Expand Down

0 comments on commit a7bc990

Please sign in to comment.