Skip to content

Commit

Permalink
Removing pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sithanda committed Oct 5, 2023
1 parent f7ecdd8 commit 8a44016
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/L1-unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: '3.x'
cache: 'pip'
- run: pip install -r Bundlegen/requirements.txt
pip install --editable Bundlegen/
pip install coverage
Expand Down Expand Up @@ -65,4 +64,4 @@ jobs:
name: artifacts
path: |
Bundlegen/unit_tests/L1_testing/test_files/htmlcov/*
if-no-files-found: warn
if-no-files-found: warn

0 comments on commit 8a44016

Please sign in to comment.