Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouya Rostam committed Nov 28, 2023
1 parent 7fd73fe commit 471858e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Build dependencies
run: |
pip install wheel && python3 setup.py sdist bdist_wheel && pip install pip install -U dist/*.*
pip install wheel && python3 setup.py sdist bdist_wheel && pip install pip install -U dist/
- name: Install dependencies
run: pip install -r requirements.txt
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Build dependencies
run: |
pip install wheel && python3 setup.py sdist bdist_wheel && pip install pip install -U dist/*.*
pip install wheel && python3 setup.py sdist bdist_wheel && pip install pip install -U dist/
- name: Install dependencies
run: pip install -r requirements.txt
Expand Down

0 comments on commit 471858e

Please sign in to comment.