From 9a956700b5193d00998a80bc5cee7740caf26126 Mon Sep 17 00:00:00 2001 From: Pouya Rostam Date: Tue, 30 Jan 2024 14:43:26 -0800 Subject: [PATCH] fix action --- .github/workflows/python-perf.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/python-perf.yml b/.github/workflows/python-perf.yml index 723c4382..8b6fc059 100644 --- a/.github/workflows/python-perf.yml +++ b/.github/workflows/python-perf.yml @@ -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