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 70d26e5 + 0c84aaf commit 4306116Copy full SHA for 4306116
.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