Skip to content

Commit

Permalink
Fix caching of python packages
Browse files Browse the repository at this point in the history
Issue: UTAPI-99
  • Loading branch information
francoisferrand committed Apr 18, 2024
1 parent 4449f44 commit 6e0ec16
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ jobs:
python-version: '3.9'
cache: pip
- name: Install python deps
run: |
pip install requests
pip install redis
run: pip install -r requirements.txt
- name: install dependencies
run: yarn install --frozen-lockfile --network-concurrency 1
- name: Wait for warp10 for 60 seconds
Expand Down Expand Up @@ -343,9 +341,7 @@ jobs:
python-version: '3.9'
cache: pip
- name: Install python deps
run: |
pip install requests
pip install redis
run: pip install -r requirements.txt
- name: install dependencies
run: yarn install --frozen-lockfile --network-concurrency 1
- name: Wait for warp10 a little bit
Expand Down

0 comments on commit 6e0ec16

Please sign in to comment.