File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 4949 name : ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{github.run_id}}
5050 - name : Untar venv
5151 run : tar -xvf venv.tar
52+ - name : Repair venv interpreter
53+ run : python -m venv .venv --upgrade
5254 - name : run unit tests
5355 run : |
5456 ./ci/linux/lint.sh
7476 name : ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{github.run_id}}
7577 - name : Untar venv
7678 run : tar -xvf venv.tar
79+ - name : Repair venv interpreter
80+ run : python -m venv .venv --upgrade
7781 - name : run unit tests
7882 run : |
7983 ./ci/linux/test_unit.sh
@@ -122,6 +126,8 @@ jobs:
122126 name : ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{github.run_id}}
123127 - name : Untar venv
124128 run : tar -xvf venv.tar
129+ - name : Repair venv interpreter
130+ run : python -m venv .venv --upgrade
125131 - name : Add mypy annotator
126132 uses :
pr-annotators/[email protected] 127133
@@ -150,6 +156,8 @@ jobs:
150156 name : ${{ runner.os }}-python-${{ matrix.python-version }}-venv-${{github.run_id}}
151157 - name : Untar venv
152158 run : tar -xvf venv.tar
159+ - name : Repair venv interpreter
160+ run : python -m venv .venv --upgrade
153161 - name : build
154162 run : |
155163 ./ci/linux/build_python_package.sh
You can’t perform that action at this time.
0 commit comments