Skip to content

Commit c04ebb5

Browse files
fix: github CI
1 parent a1ac24f commit c04ebb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: C++ unit tests
112112
run: |
113113
build/test/unit_tests/DiscoPoP_UT
114-
114+
115115
execute_end_to_end_tests:
116116
runs-on: ubuntu-20.04
117117
name: Execute end-to-end tests
@@ -158,6 +158,7 @@ jobs:
158158
159159
- name: Python end-to-end-tests
160160
run: |
161+
. venv/bin/activate
161162
python -m unittest -v -k *.end_to_end.*
162163
update_wiki-build:
163164
name: "Update Wiki - Build"

0 commit comments

Comments
 (0)