We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00da95b commit 517acefCopy full SHA for 517acef
scripts/automation_generate.sh
@@ -5,11 +5,6 @@ export VIRTUAL_ENV
5
PATH="$VIRTUAL_ENV/bin:$PATH"
6
export PATH
7
8
-# node version degrade
9
-sudo npm install -g n
10
-sudo n 18.19.0
11
-export PATH=/usr/local/n/versions/node/18.19.0/bin:$PATH
12
-
13
TEMP_FILE="$TMPDIR/venv-sdk/auto_temp.json"
14
# generate code
15
python -m packaging_tools.sdk_generator "$1" "$TEMP_FILE" 2>&1
0 commit comments