mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Some more cleanup
This commit is contained in:
parent
5cb1bb935b
commit
023bccec11
2 changed files with 1 additions and 2 deletions
|
|
@ -9,7 +9,6 @@ export function createUvPackageManager() {
|
||||||
* @param {string[]} args
|
* @param {string[]} args
|
||||||
*/
|
*/
|
||||||
runCommand: (args) => {
|
runCommand: (args) => {
|
||||||
// uv is always invoked as 'uv' - no invocation variations like pip
|
|
||||||
return runUv("uv", args);
|
return runUv("uv", args);
|
||||||
},
|
},
|
||||||
// For uv, rely solely on MITM
|
// For uv, rely solely on MITM
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,7 @@ except Exception as exc:
|
||||||
raise
|
raise
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Install uv (Astral's fast Python package manager)
|
# Install uv
|
||||||
RUN curl -LsSf https://astral.sh/uv/install.sh | sh && \
|
RUN curl -LsSf https://astral.sh/uv/install.sh | sh && \
|
||||||
echo 'source $HOME/.local/bin/env' >> ~/.bashrc
|
echo 'source $HOME/.local/bin/env' >> ~/.bashrc
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue