Skip to content
Snippets Groups Projects
Commit c9b98b51 authored by Brittany Faciane's avatar Brittany Faciane Committed by Daniel Lyons
Browse files

WS-1657: Install pexes from server or local.

parent 1175f645
No related branches found
No related tags found
2 merge requests!1452Merge 2.8.2 to main,!1327Convert from flit to poetry
Showing
with 1 addition and 3 deletions
......@@ -8,6 +8,7 @@ ENV_HOST="ws.nrao.edu"
DL_HOST="https://dl-dsoc.nrao.edu"
NG_APP_WS_VERSION=${ENV}
WS_VERSION=unknown-version
LOCAL_OR_SERVER_PEX=server-pex # determines if pexes arebuilt from scratch or pulled from the registry (one of: local-pex, server-pex)
# CAPO Environment Properties
CAPO_PATH=/home/casa/capo
......
......@@ -25,9 +25,6 @@ requests-mock = "^1.10.0"
[tool.poetry.group.dev.dependencies]
pex = "2.1.119"
[tool.poetry.scripts]
productfetcher = "productfetcher.product_fetcher:main"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment