Skip to content

Commit e3a506b

Browse files
author
codethinki
committed
added pip again to the windows tests
1 parent 997fff5 commit e3a506b

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,17 @@ jobs:
9898
with:
9999
submodules: recursive
100100

101+
- uses: actions/setup-python@v5
102+
with:
103+
python-version: '3.x'
104+
cache: 'pip'
105+
cache-dependency-path: '.github/requirements.txt'
106+
107+
- name: Install CMake & Ninja
108+
shell: pwsh
109+
run: |
110+
pip install --upgrade -r .github/requirements.txt
111+
101112
- name: Setup Windows Env
102113
uses: ./.github/actions/setup-windows
103114
with:

0 commit comments

Comments
 (0)