Skip to content

Commit 7877d2e

Browse files
committed
add the same fix
1 parent 26031e3 commit 7877d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/steps/build-package-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ steps:
5757

5858
- pwsh: |
5959
which python
60-
python -m pip install --force -r eng\ci_tools.txt
60+
python -m pip install --force -r eng/ci_tools.txt
6161
python -m pip freeze --all
6262
displayName: 'Prep Environment'
6363

0 commit comments

Comments
 (0)