Skip to content

Commit 04b1c81

Browse files
committed
ci: disable libyang devel check
As libyang 3.x is under development, the devel branch is currently not compatible with the master. Let's disable this check for the meantime until we revert back to a more stable state. Signed-off-by: Robin Jarry <[email protected]>
1 parent 2e6261a commit 04b1c81

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -70,22 +70,6 @@ jobs:
7070
- run: python -m pip install --upgrade tox
7171
- run: python -m tox -e ${{ matrix.toxenv }}
7272

73-
libyang_devel:
74-
runs-on: ubuntu-20.04
75-
steps:
76-
- uses: actions/checkout@v3
77-
- uses: actions/setup-python@v4
78-
with:
79-
python-version: 3.x
80-
- uses: actions/cache@v3
81-
with:
82-
path: ~/.cache/pip
83-
key: pip
84-
restore-keys: pip
85-
- run: python -m pip install --upgrade pip setuptools wheel
86-
- run: python -m pip install --upgrade tox
87-
- run: python -m tox -e lydevel
88-
8973
coverage:
9074
runs-on: ubuntu-latest
9175
steps:

0 commit comments

Comments
 (0)