Skip to content

Commit 639e783

Browse files
committed
fix
1 parent b118cdc commit 639e783

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
run: chmod +x app/codecov_wrapper.sh
1818
- name: run tests by bazel and generate coverage
1919
run: |
20-
virtualenv venv
21-
. venv/bin/activate && python -m pip install --upgrade pip
20+
python -m pip install --upgrade pip
2221
bazel coverage --run_under //app:codecov_wrapper.sh //app:test_calculator --test_output=all
2322

0 commit comments

Comments
 (0)