Skip to content

Commit

Permalink
remove hatch for dev dep and no more dev dep install
Browse files Browse the repository at this point in the history
Signed-off-by: dalwar23 <[email protected]>
  • Loading branch information
dalwar23 committed Dec 10, 2024
1 parent 14de6ff commit fc620f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Upgrade pip
run: python -m pip install --upgrade pip
- name: Install pipenv
run: pip install pipenv wheel
run: pip install pipenv wheel hatch
- name: Install dependencies
run: pipenv install --dev
run: pipenv install
- name: Build kumaone python package
run: pipenv run hatch build
- name: Install kumaone package
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ black = ">=23.12.1"
bump-my-version = ">=0.17.0"
coverage = ">=7.4.0"
flake8 = ">=7.0.0"
hatch = ">=1.13.0"
linkify-it-py = ">=2.0.2"
markdown-it-py = ">=3.0.0"
myst-parser = ">=2.0.0"
Expand Down

0 comments on commit fc620f2

Please sign in to comment.