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 01c31f9 commit a4fa240Copy full SHA for a4fa240
.github/workflows/test-install-dependencies.yml
@@ -58,7 +58,7 @@
58
run: Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
59
- name: Install dependencies
60
shell: pwsh
61
- run: choco install cmake git python pycharm-community -y
+ run: choco install cmake git python --version 3.10 -y
62
- name: Install example requrirements
63
run: |
64
python examples/install_requirements.py
0 commit comments