Skip to content

Commit

Permalink
python release
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Sep 4, 2024
1 parent de472db commit db41994
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:
- name: Pre-build dependencies
run: python -m pip install --upgrade pip

# TODO: remove after release
- name: Build dependencies
run: |
python -m pip install -U pip setuptools
pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvkoala-2.0.2-py3-none-any.whl
- name: Install dependencies
run: pip install -r requirements.txt

Expand All @@ -67,10 +61,6 @@ jobs:
steps:
- uses: actions/checkout@v3

# TODO: remove after release
- name: Build dependencies
run: pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvkoala-2.0.2-py3-none-any.whl

- name: Install dependencies
run: pip3 install -r requirements.txt

Expand Down

0 comments on commit db41994

Please sign in to comment.