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 e6ea908 commit 174de11Copy full SHA for 174de11
.github/workflows/test.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: Install System dependencies
79
run: |
80
sudo apt-get update
81
- sudo apt-get install -qq -y --no-install-recommends libxmlsec1-dev swig
+ sudo apt-get install -qq -y --no-install-recommends libxmlsec1-dev
82
83
- name: Test with tox
84
run: uvx tox -e "py${PYTHON_VERSION/\./}"
.github/workflows/ty.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
- name: Type check ty
33
run: uv run --all-extras ty check --output-format=github
0 commit comments