We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f309d commit 60abe70Copy full SHA for 60abe70
.github/workflows/meta-test.yml
@@ -0,0 +1,32 @@
1
+name: meta testing
2
+
3
+on: [push]
4
5
+jobs:
6
+ TEST-CREATE-VIRTUALENV-WITH-UV:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@v5
10
+ - uses: astral-sh/setup-uv@v6
11
+ - uses: ./actions/create-virtualenv
12
+ with:
13
+ venv: with_uv_implicit
14
15
16
+ venv: with_uv_explicit
17
18
+ TEST-CREATE-VIRTUALENV-WITHOUT-UV:
19
20
21
22
23
24
25
+ venv: uv_unavailable
26
27
28
29
30
31
+ venv: without_uv
32
+ use_uv: 'false'
0 commit comments