Merge pull request 'fix(ci): use pyproject.toml instead of missing requirements.txt' (#6) from fix/ci-requirements into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -46,7 +46,7 @@ jobs:
|
||||
- name: Setup Python
|
||||
run: |
|
||||
python3 -m venv /tmp/ci-venv-test
|
||||
/tmp/ci-venv-test/bin/pip install --quiet -r requirements.txt
|
||||
/tmp/ci-venv-test/bin/pip install --quiet -e .
|
||||
|
||||
- name: Run tests (exclude E2E)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user