We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
setup-uv
1 parent 352b1cb commit c542e99Copy full SHA for c542e99
1 file changed
.github/workflows/python-ci.yml
@@ -78,6 +78,8 @@ jobs:
78
- uses: actions/setup-python@v6
79
with:
80
python-version: ${{ matrix.python }}
81
+ - name: Install UV
82
+ uses: astral-sh/setup-uv@v7
83
- name: Install system dependencies
84
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
85
- name: Install
0 commit comments