Skip to content

Commit 4a8dfe1

Browse files
committed
ci: test that operator requirements are installable
1 parent b35d431 commit 4a8dfe1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
- run: pip install pip-licenses
4040
- run: pip-licenses
4141

42+
operator-requirements-installable:
43+
runs-on: ubuntu-latest
44+
steps:
45+
- uses: actions/checkout@v4
46+
- uses: ./.github/actions/env-install
47+
- run: pip install .
48+
- run: pip install -r operator/requirements.txt
49+
4250
test:
4351
runs-on: ubuntu-latest
4452
env:

0 commit comments

Comments
 (0)