Skip to content

Commit 04b8ac8

Browse files
fix(pain001): 🐛 ci fixes and setup
1 parent 38517bb commit 04b8ac8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
python -m pip install --upgrade pip
4646
python -m pip install -r requirements.txt
4747
python -m pip install pytest pytest-cov
48+
python -m pip install --use-pep517 .
4849
4950
# Run pytest
5051
- name: ❯ Run pytest 🧪

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
},
7272
entry_points={
7373
"console_scripts": [
74-
"pain001=pain001.cli:cli:main",
74+
"pain001=pain001.cli:main",
7575
],
7676
},
7777
python_requires=">=3.9,<3.13",

0 commit comments

Comments
 (0)