Skip to content

Commit

Permalink
Fix caching of python packages
Browse files Browse the repository at this point in the history
Issue: UTAPI-99
(cherry picked from commit 6e0ec16)
  • Loading branch information
francoisferrand authored and BourgoisMickael committed May 27, 2024
1 parent de18dbd commit a62d3e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,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

0 comments on commit a62d3e7

Please sign in to comment.