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 a5a3d5f commit e4a9f6fCopy full SHA for e4a9f6f
.github/workflows/ci.yml
@@ -115,6 +115,7 @@ jobs:
115
sudo apt install libyaml-dev
116
fi
117
- run: python -mpip install pytest pyyaml
118
+ - run: python -mpip install ./ua-parser-builtins
119
# install rs accelerator if available, ignore if not
120
- run: python -mpip install ua-parser-rs || true
121
# re2 is basically impossible to install from source so don't
0 commit comments