Skip to content

Commit 4f5289e

Browse files
author
Alan Christie
committed
Follows style of DM-API
1 parent 9b35b0e commit 4f5289e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: Install requirements
4141
run: |
4242
python -m pip install --upgrade pip
43+
python -m pip install --upgrade build
4344
pip install -r requirements.txt
4445
pip install -r build-requirements.txt
4546
- name: Test

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install dependencies
4040
run: |
4141
python -m pip install --upgrade pip
42-
pip install -r build-requirements.txt
42+
python -m pip install --upgrade build
4343
- name: Build
4444
run: |
4545
echo $GITHUB_REF_SLUG > src/jote/VERSION

build-requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
build
21
pyroma
32
pytest
43
pytest-cov

0 commit comments

Comments
 (0)