We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6235b commit 64ff24cCopy full SHA for 64ff24c
.github/workflows/test.yml
@@ -37,6 +37,7 @@ jobs:
37
run: |
38
python -m pip install --upgrade pip
39
pip install -r src/backend/requirements.txt
40
+ pip install -r tests/e2e-test/requirements.txt
41
42
- name: Check if test files exist
43
id: check_tests
0 commit comments