Skip to content

Commit 843e9f4

Browse files
committed
Create env in CI
1 parent 33fa7df commit 843e9f4

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.github/workflows/ci-macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

26+
- name: Create Virtual Environment
27+
run: uv venv
28+
2629
- name: "Cache for wikipedia flags"
2730
uses: actions/cache@v3
2831
env:

.github/workflows/ci-ubuntu.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

23+
- name: Create Virtual Environment
24+
run: uv venv
25+
2326
- name: "Cache for wikipedia flags"
2427
uses: actions/cache@v3
2528
env:

.github/workflows/ci-windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818

19+
- name: Create Virtual Environment
20+
run: uv venv
21+
1922
- name: Install gvsbuild
2023
run: uv tool install gvsbuild
2124

0 commit comments

Comments
 (0)