Skip to content

Commit

Permalink
Merge pull request #1152 from luxonis/jakaskerl-patch-1
Browse files Browse the repository at this point in the history
Fixing windows tests
  • Loading branch information
Erol444 authored Feb 5, 2024
2 parents c50e217 + 6210b02 commit 619e78f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test_install_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@
- name: Download chocolatey
shell: pwsh
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'))
- name: Install cmake dependency
shell: pwsh
run: choco install cmake -y
- name: Install git dependency
shell: pwsh
run: choco install git -y
- name: Install python dependency
shell: pwsh
run: choco install python --version 3.10 --force -y
- name: Install pycharm-community dependency
shell: pwsh
run: choco install pycharm-community -y
Expand Down

0 comments on commit 619e78f

Please sign in to comment.