Skip to content

Commit

Permalink
fix pip build
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-w-conrad committed Nov 28, 2024
1 parent fc264f4 commit 36f2c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# ************** REMOVE AFTER RELEASE ********************
- name: Build binding
run: |
pip install wheel && cd ../../binding/python && python setup.py sdist bdist_wheel && pip install dist/pvcheetah-2.0.0-py3-none-any.whl
pip install wheel setuptools && cd ../../binding/python && python setup.py sdist bdist_wheel && pip install dist/pvcheetah-2.1.0-py3-none-any.whl
# ********************************************************

- name: Install dependencies
Expand All @@ -64,7 +64,7 @@ jobs:
# ************** REMOVE AFTER RELEASE ********************
- name: Build binding
run: |
pip3 install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip3 install dist/pvcheetah-2.0.0-py3-none-any.whl
pip3 install wheel setuptools && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip3 install dist/pvcheetah-2.1.0-py3-none-any.whl
# ********************************************************

- name: Install dependencies
Expand Down

0 comments on commit 36f2c5b

Please sign in to comment.