We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0cbe7c commit c9e1f26Copy full SHA for c9e1f26
1 file changed
.github/workflows/obo-test.yml
@@ -14,6 +14,10 @@ jobs:
14
if: github.triggering_actor != 'github-actions[bot]'
15
steps:
16
- uses: actions/checkout@v2
17
+
18
+ - name: "Install uv"
19
+ uses: "astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57" # v8.0.0
20
21
- uses: actions/setup-python@v2
22
with:
23
python-version: '3.9'
0 commit comments