Skip to content

Commit

Permalink
fix(pain001): 🐛 ci fixes and setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed May 19, 2024
1 parent 38517bb commit 04b8ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install pytest pytest-cov
python -m pip install --use-pep517 .
# Run pytest
- name: ❯ Run pytest 🧪
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
entry_points={
"console_scripts": [
"pain001=pain001.cli:cli:main",
"pain001=pain001.cli:main",
],
},
python_requires=">=3.9,<3.13",
Expand Down

0 comments on commit 04b8ac8

Please sign in to comment.