Skip to content

Commit

Permalink
Remove keyutils from workflow
Browse files Browse the repository at this point in the history
It's not compatible with py>=3.11.
  • Loading branch information
coldfix committed Dec 11, 2024
1 parent 80d70cc commit c8922df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,17 @@ jobs:
run: |
sudo apt-get install -qy \
gettext \
libkeyutils-dev \
libgirepository1.0-dev
- run: pip install -U pip
- run: pip install setuptools wheel

- run: python setup.py sdist bdist_wheel
- run: pip install dist/*.whl keyutils
- run: pip install dist/*.whl
- run: pip install twine flake8

- run: twine check dist/*
- run: flake8
- run: python test/test_cache.py
- run: python test/test_match.py

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c8922df

Please sign in to comment.