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.
2 parents 63c4504 + 0c84aaf commit 48d410eCopy full SHA for 48d410e
.github/workflows/python-ci.yml
@@ -56,8 +56,6 @@ jobs:
56
- uses: actions/setup-python@v5
57
with:
58
python-version: ${{ matrix.python }}
59
- cache: poetry
60
- cache-dependency-path: ./poetry.lock
61
- name: Install system dependencies
62
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
63
- name: Install
0 commit comments