We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a31c9a commit b3c858bCopy full SHA for b3c858b
1 file changed
.github/workflows/compare-mac-methods.yml
@@ -19,6 +19,7 @@ jobs:
19
uses: astral-sh/setup-uv@v7
20
with:
21
python-version: 3.9
22
+ activate-environment: "true"
23
- name: Set up different locales on Ubuntu
24
run: |
25
sudo apt-get update
@@ -48,6 +49,7 @@ jobs:
48
49
50
51
52
53
- name: Install dependencies
54
55
uv pip install ifcfg getmac
@@ -82,6 +84,7 @@ jobs:
82
84
83
85
86
87
88
89
90
0 commit comments