Skip to content

Commit

Permalink
try pipenv run
Browse files Browse the repository at this point in the history
Signed-off-by: dalwar23 <5631766+dalwar23@users.noreply.github.com>
  • Loading branch information
dalwar23 committed Dec 10, 2024
1 parent d060aa3 commit 2c8473b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,8 @@ jobs:
- name: Install pipenv
run: |
python -m pip install --upgrade pip
pip install pipenv
pip install pipenv wheel
- name: Install dependencies
run: |
pipenv shell
pipenv install --dev
run: pipenv install --dev
- name: Build kumaone python package
run: |
pipenv shell
hatch build
run: pipenv run hatch build

0 comments on commit 2c8473b

Please sign in to comment.