Skip to content

Commit 174de11

Browse files
committed
chore: remove swig depency from tests
It seems no longer needed.
1 parent e6ea908 commit 174de11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install System dependencies
7979
run: |
8080
sudo apt-get update
81-
sudo apt-get install -qq -y --no-install-recommends libxmlsec1-dev swig
81+
sudo apt-get install -qq -y --no-install-recommends libxmlsec1-dev
8282
8383
- name: Test with tox
8484
run: uvx tox -e "py${PYTHON_VERSION/\./}"

.github/workflows/ty.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install System dependencies
2828
run: |
2929
sudo apt-get update
30-
sudo apt-get install -qq -y --no-install-recommends libxmlsec1-dev swig
30+
sudo apt-get install -qq -y --no-install-recommends libxmlsec1-dev
3131
3232
- name: Type check ty
3333
run: uv run --all-extras ty check --output-format=github

0 commit comments

Comments
 (0)