Skip to content

Commit 997fff5

Browse files
author
codethinki
committed
removed redundant pip calls in the prepare windows thing
1 parent f6f527b commit 997fff5

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/actions/prepare-windows/action.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@ description: 'Clones and Caches Vcpkg and Pip dependencies'
44
runs:
55
using: "composite"
66
steps:
7-
- uses: actions/setup-python@v5
8-
with:
9-
python-version: '3.x'
10-
cache: 'pip'
11-
cache-dependency-path: '.github/requirements.txt'
12-
13-
- name: Install Runtime Tools
14-
shell: pwsh
15-
run: |
16-
pip install --upgrade -r .github/requirements.txt
17-
187
- name: Restore Custom Vcpkg
198
id: restore-vcpkg
209
uses: actions/cache/restore@v4

0 commit comments

Comments
 (0)