Fix build.yml.

PiperOrigin-RevId: 487641805
Change-Id: I071e855b7ccd6eafe8cf0d54d410f324822776a5
This commit is contained in:
Saran Tunyasuvunakool
2022-11-10 14:35:02 -08:00
committed by Copybara-Service
parent 6175b508c0
commit 8df9d3c0a3
+1 -1
View File
@@ -117,7 +117,7 @@ jobs:
- name: Prepare Python
shell: bash
run: |
repo="${HOME}"
repo="${PWD}"
cd ${{ matrix.tmpdir }}
python -m venv venv
if [[ $RUNNER_OS == "Windows" ]]; then