We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c6390 commit 0704c5eCopy full SHA for 0704c5e
.github/workflows/python-ci.yml
@@ -54,10 +54,10 @@ jobs:
54
- name: Install poetry
55
run: make install-poetry
56
- uses: actions/setup-python@v5
57
- with:
58
- python-version: ${{ matrix.python }}
59
- cache: poetry
60
- cache-dependency-path: ./poetry.lock
+# with:
+# python-version: ${{ matrix.python }}
+# cache: poetry
+# 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