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 2a5b682 commit 1c12f16Copy full SHA for 1c12f16
.github/workflows/main.yml
@@ -81,6 +81,8 @@ jobs:
81
- uses: actions/setup-python@v4
82
with:
83
python-version: 3.8.x
84
+ - name: Install uv # see scripts/temporary-rename
85
+ uses: astral-sh/setup-uv@v6
86
- run: pip install -e '.[test]'
87
- run: pip freeze
88
- run: make dist
0 commit comments