Skip to content

Commit

Permalink
python rm workflow local build step
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 21, 2024
1 parent ffdae3e commit 772be4f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/python-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,6 @@ jobs:
- name: Pre-build dependencies
run: python3 -m pip install --upgrade pip

- 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 --force-reinstall dist/pvorca-1.0.0-py3-none-any.whl
- name: Install dependencies
run: |
${{matrix.install_dep}}
Expand Down Expand Up @@ -80,14 +72,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- 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 --force-reinstall dist/pvorca-1.0.0-py3-none-any.whl
- name: Install dependencies
run: pip3 install -r requirements.txt

Expand Down

0 comments on commit 772be4f

Please sign in to comment.