We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38517bb commit 04b8ac8Copy full SHA for 04b8ac8
.github/workflows/ci.yml
@@ -45,6 +45,7 @@ jobs:
45
python -m pip install --upgrade pip
46
python -m pip install -r requirements.txt
47
python -m pip install pytest pytest-cov
48
+ python -m pip install --use-pep517 .
49
50
# Run pytest
51
- name: ❯ Run pytest 🧪
setup.py
@@ -71,7 +71,7 @@
71
},
72
entry_points={
73
"console_scripts": [
74
- "pain001=pain001.cli:cli:main",
+ "pain001=pain001.cli:main",
75
],
76
77
python_requires=">=3.9,<3.13",
0 commit comments