Skip to content

Commit bb84993

Browse files
committed
Updated workflows for uv
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent fb7eb7d commit bb84993

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/black-check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
python -m pip install black
30-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3130
- name: Check formatting with black
3231
run: |
33-
shopt -s globstar
3432
black --check .

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
python -m pip install flake8 pytest setuptools wheel
32-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31+
python -m pip install flake8 pytest setuptools wheel uv
3332
- name: Lint with flake8
3433
run: |
3534
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)