Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Rostam committed Jan 30, 2024
1 parent bb4fb8c commit 9a95670
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/python-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,6 @@ jobs:
- name: Pre-build dependencies
run: python3 -m pip install --upgrade pip

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

Expand Down

0 comments on commit 9a95670

Please sign in to comment.