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 9b35b0e commit 4f5289eCopy full SHA for 4f5289e
.github/workflows/build.yaml
@@ -40,6 +40,7 @@ jobs:
40
- name: Install requirements
41
run: |
42
python -m pip install --upgrade pip
43
+ python -m pip install --upgrade build
44
pip install -r requirements.txt
45
pip install -r build-requirements.txt
46
- name: Test
.github/workflows/publish.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Install dependencies
- pip install -r build-requirements.txt
- name: Build
echo $GITHUB_REF_SLUG > src/jote/VERSION
build-requirements.txt
@@ -1,4 +1,3 @@
1
-build
2
pyroma
3
pytest
4
pytest-cov
0 commit comments