Skip to content

Commit

Permalink
post-release
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 6, 2024
1 parent 9ef4add commit d91a9a3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/python-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,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/pvspeaker-1.0.2-py3-none-any.whl
- name: Install dependencies
run: pip install -r requirements.txt

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

# TODO: remove after release
- name: Build dependencies
run: |
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -U pip setuptools
pip install wheel && cd ../../binding/python && python3 setup.py sdist bdist_wheel && pip install dist/pvspeaker-1.0.2-py3-none-any.whl
- name: Install dependencies
run: |
python3 -m venv .venv
Expand Down

0 comments on commit d91a9a3

Please sign in to comment.