Skip to content

Commit

Permalink
Force install python version for windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Erol444 committed Feb 5, 2024
1 parent 706ecc3 commit c50e217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_install_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
run: choco install git -y
- name: Install python dependency
shell: pwsh
run: choco install python --version 3.10 -y
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 c50e217

Please sign in to comment.