Skip to content

Commit

Permalink
Bypass agreement
Browse files Browse the repository at this point in the history
  • Loading branch information
Farravid committed Feb 29, 2024
1 parent 3f636a1 commit e235060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class EInstaller():
"""
Enum class for providing an easier way to select the installer of a package/library/extension
"""
WINGET = "winget install "
WINGET = "winget install --accept-source-agreements --accept-package-agreements "
PIP = "pip install "
CODE = "code --install-extension "

Expand Down

0 comments on commit e235060

Please sign in to comment.