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 e3bfee1 commit 83aecfbCopy full SHA for 83aecfb
.github/workflows/build.yml
@@ -73,7 +73,6 @@ jobs:
73
74
- name: Install test dependencies
75
run: |
76
- python -m pip install --upgrade pip
77
pip install '.[python-tests]'
78
79
- name: Run TLV constants sync test
.github/workflows/pages-ci.yml
@@ -27,7 +27,6 @@ jobs:
27
28
- name: Install dependencies
29
30
31
pip install '.[browser-tests]'
32
python -m playwright install
33
.github/workflows/pages.yml
@@ -24,7 +24,6 @@ jobs:
24
25
26
pip install '.[page-gen]'
- name: Generate decoder HTML
0 commit comments