Skip to content

Commit

Permalink
templates [ci skip] Updating packages templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCensi committed Jun 22, 2024
1 parent 735d3c1 commit 332a003
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
export PIP_INDEX_URL="${PIP_INDEX_URL_SRC}"
echo PIP_INDEX_URL="${PIP_INDEX_URL}"
shyaml get-values install_requires < project.pp1.yaml > .requirements.txt
python3 -m pip install -U pip
timeout ${DEPS_INSTALL_TIMEOUT} python3 -m pip install -r .requirements.txt
rm .requirements.txt
Expand Down Expand Up @@ -290,7 +289,6 @@ jobs:
export PIP_INDEX_URL="${PIP_INDEX_URL_SRC}"
echo PIP_INDEX_URL="${PIP_INDEX_URL}"
shyaml get-values install_requires < project.pp1.yaml > .requirements.txt
python3 -m pip install -U pip
timeout ${DEPS_INSTALL_TIMEOUT} python3 -m pip install -r .requirements.txt
rm .requirements.txt
Expand Down Expand Up @@ -474,7 +472,6 @@ jobs:
export PIP_INDEX_URL="${PIP_INDEX_URL_SRC}"
echo PIP_INDEX_URL="${PIP_INDEX_URL}"
shyaml get-values install_requires < project.pp1.yaml > .requirements.txt
python3 -m pip install -U pip
timeout ${DEPS_INSTALL_TIMEOUT} python3 -m pip install -r .requirements.txt
rm .requirements.txt
Expand Down Expand Up @@ -658,7 +655,6 @@ jobs:
export PIP_INDEX_URL="${PIP_INDEX_URL_SRC}"
echo PIP_INDEX_URL="${PIP_INDEX_URL}"
shyaml get-values install_requires < project.pp1.yaml > .requirements.txt
python3 -m pip install -U pip
timeout ${DEPS_INSTALL_TIMEOUT} python3 -m pip install -r .requirements.txt
rm .requirements.txt
Expand Down Expand Up @@ -850,7 +846,6 @@ jobs:
export PIP_INDEX_URL="${PIP_INDEX_URL_BIN}"
echo PIP_INDEX_URL="${PIP_INDEX_URL}"
shyaml get-values install_requires < project.pp1.yaml > .requirements.txt
python3 -m pip install -U pip
timeout ${DEPS_INSTALL_TIMEOUT} python3 -m pip install -r .requirements.txt
rm .requirements.txt
Expand Down Expand Up @@ -1042,7 +1037,6 @@ jobs:
export PIP_INDEX_URL="${PIP_INDEX_URL_SRC}"
echo PIP_INDEX_URL="${PIP_INDEX_URL}"
shyaml get-values install_requires < project.pp1.yaml > .requirements.txt
python3 -m pip install -U pip
timeout ${DEPS_INSTALL_TIMEOUT} python3 -m pip install -r .requirements.txt
rm .requirements.txt
Expand Down Expand Up @@ -1234,7 +1228,6 @@ jobs:
export PIP_INDEX_URL="${PIP_INDEX_URL_BIN}"
echo PIP_INDEX_URL="${PIP_INDEX_URL}"
shyaml get-values install_requires < project.pp1.yaml > .requirements.txt
python3 -m pip install -U pip
timeout ${DEPS_INSTALL_TIMEOUT} python3 -m pip install -r .requirements.txt
rm .requirements.txt
Expand Down Expand Up @@ -1426,7 +1419,6 @@ jobs:
export PIP_INDEX_URL="${PIP_INDEX_URL_SRC}"
echo PIP_INDEX_URL="${PIP_INDEX_URL}"
shyaml get-values install_requires < project.pp1.yaml > .requirements.txt
python3 -m pip install -U pip
timeout ${DEPS_INSTALL_TIMEOUT} python3 -m pip install -r .requirements.txt
rm .requirements.txt
Expand Down Expand Up @@ -1562,4 +1554,4 @@ jobs:
timeout 1m ./codecov || true
resource_class: small

# sigil a5bb8279c9074133e072fedf5679806a
# sigil e3460bb0f3ddf14041e7dbb3de4d8233

0 comments on commit 332a003

Please sign in to comment.