diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-08-02 03:33:53 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-08-02 03:33:53 +0200 |
commit | 9aef7e5e22be122708c83a99d45e6e34a2af1da0 (patch) | |
tree | 9632549e5d0e586c07e3e1b142c426c1a17cd25d /.ci/templates | |
parent | Upgrade PIP version with APT (diff) | |
download | yuzu-9aef7e5e22be122708c83a99d45e6e34a2af1da0.tar yuzu-9aef7e5e22be122708c83a99d45e6e34a2af1da0.tar.gz yuzu-9aef7e5e22be122708c83a99d45e6e34a2af1da0.tar.bz2 yuzu-9aef7e5e22be122708c83a99d45e6e34a2af1da0.tar.lz yuzu-9aef7e5e22be122708c83a99d45e6e34a2af1da0.tar.xz yuzu-9aef7e5e22be122708c83a99d45e6e34a2af1da0.tar.zst yuzu-9aef7e5e22be122708c83a99d45e6e34a2af1da0.zip |
Diffstat (limited to '.ci/templates')
-rw-r--r-- | .ci/templates/build-testing.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/build-testing.yml b/.ci/templates/build-testing.yml index 5761010c3..a307addfd 100644 --- a/.ci/templates/build-testing.yml +++ b/.ci/templates/build-testing.yml @@ -10,7 +10,7 @@ jobs: BuildSuffix: 'windows-testing' ScriptFolder: 'windows' steps: - - script: apt upgrade python3-pip && pip install requests urllib3 + - script: sudo apt upgrade python3-pip && pip install requests urllib3 displayName: 'Prepare Environment' - task: PythonScript@0 condition: eq(variables['Build.Reason'], 'PullRequest') |