Skip to content

Commit

Permalink
run python under peotry
Browse files Browse the repository at this point in the history
  • Loading branch information
statmlben committed Feb 6, 2024
1 parent 80bcaa3 commit 49207fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: poetry install

- name: Build sdist package
run: python setup.py sdist
run: poetry run python setup.py sdist

- name: Build wheel package
run: python setup.py bdist_wheel
run: poetry run python setup.py bdist_wheel

- name: Build wheels for more general OS
run: poetry build
Expand Down

0 comments on commit 49207fe

Please sign in to comment.