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.
1 parent 13074c9 commit 9d87684Copy full SHA for 9d87684
.github/workflows/python-ci.yml
@@ -75,6 +75,9 @@ jobs:
75
76
steps:
77
- uses: actions/checkout@v5
78
+ - uses: actions/setup-python@v6
79
+ with:
80
+ python-version: ${{ matrix.python }}
81
- name: Install system dependencies
82
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
83
- name: Install
0 commit comments