Skip to content

Commit a4fa240

Browse files
committed
Modified dependencies CI
1 parent 01c31f9 commit a4fa240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-install-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
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'))
5959
- name: Install dependencies
6060
shell: pwsh
61-
run: choco install cmake git python pycharm-community -y
61+
run: choco install cmake git python --version 3.10 -y
6262
- name: Install example requrirements
6363
run: |
6464
python examples/install_requirements.py

0 commit comments

Comments
 (0)