We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fa7df commit 843e9f4Copy full SHA for 843e9f4
.github/workflows/ci-macos.yml
@@ -23,6 +23,9 @@ jobs:
23
with:
24
python-version: ${{ matrix.python-version }}
25
26
+ - name: Create Virtual Environment
27
+ run: uv venv
28
+
29
- name: "Cache for wikipedia flags"
30
uses: actions/cache@v3
31
env:
.github/workflows/ci-ubuntu.yml
@@ -20,6 +20,9 @@ jobs:
20
21
22
.github/workflows/ci-windows.yml
@@ -16,6 +16,9 @@ jobs:
16
17
18
19
- name: Install gvsbuild
run: uv tool install gvsbuild
0 commit comments