Skip to content

Commit

Permalink
Fix ms-python.python build (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Apr 11, 2024
1 parent 7437e86 commit 7b93625
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,11 +869,11 @@
"custom": [
"python -m pip install -U pip",
"python -m pip install wheel",
"python -m pip install --no-deps --require-hashes --only-binary :all: -t ./pythonFiles/lib/python --implementation py -r requirements.txt",
"python -m pip install --no-deps --require-hashes --only-binary :all: -t ./python_files/lib/python --implementation py -r requirements.txt",
"python -m pip --disable-pip-version-check install packaging",
"python ./pythonFiles/install_debugpy.py",
"python ./pythonFiles/download_get_pip.py",
"python -m pip install --no-deps --require-hashes --only-binary :all: -t ./pythonFiles/lib/jedilsp --implementation py --platform any --abi none -r ./pythonFiles/jedilsp_requirements/requirements.txt",
"python ./python_files/install_debugpy.py",
"python ./python_files/download_get_pip.py",
"python -m pip install --no-deps --require-hashes --only-binary :all: -t ./python_files/lib/jedilsp --implementation py --platform any --abi none -r ./python_files/jedilsp_requirements/requirements.txt",
"npm ci --prefer-offline",
"npm run addExtensionPackDependencies",
"npm run package"
Expand Down

0 comments on commit 7b93625

Please sign in to comment.