Skip to content

Commit

Permalink
Install dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Laura Couto <laurarccouto@gmail.com>
  • Loading branch information
lrcouto committed Oct 24, 2024
1 parent 3a1ce58 commit 7e563c7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/pipeline-performance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@ jobs:
- name: Install dependencies
if: github.event.action == 'labeled' && contains(github.event.label.name, 'performance')
run: |
pip install kedro
pip install uv
cd pipeline-performance-test/performance-test
pip install -r requirements.txt
- name: Install UV dependency (if needed)
run: |
sudo apt-get update
sudo apt-get install uv
- name: Run performance test and capture time for latest Kedro release
if: github.event.action == 'labeled' && contains(github.event.label.name, 'performance')
run: |
Expand Down

0 comments on commit 7e563c7

Please sign in to comment.