Skip to content

Commit b3c858b

Browse files
committed
Activate environment
1 parent 9a31c9a commit b3c858b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/compare-mac-methods.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: astral-sh/setup-uv@v7
2020
with:
2121
python-version: 3.9
22+
activate-environment: "true"
2223
- name: Set up different locales on Ubuntu
2324
run: |
2425
sudo apt-get update
@@ -48,6 +49,7 @@ jobs:
4849
uses: astral-sh/setup-uv@v7
4950
with:
5051
python-version: 3.9
52+
activate-environment: "true"
5153
- name: Install dependencies
5254
run: |
5355
uv pip install ifcfg getmac
@@ -82,6 +84,7 @@ jobs:
8284
uses: astral-sh/setup-uv@v7
8385
with:
8486
python-version: 3.9
87+
activate-environment: "true"
8588
- name: Install dependencies
8689
run: |
8790
uv pip install ifcfg getmac

0 commit comments

Comments
 (0)