Skip to content

Commit

Permalink
Remove cache hit check for dependency installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jul 3, 2024
1 parent 42ec976 commit fd6f95d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/morango_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
${{ runner.os }}-pip-
- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
run: |
pip install -r requirements/test.txt --upgrade
pip install -r requirements/base.txt --upgrade
Expand Down

0 comments on commit fd6f95d

Please sign in to comment.