Skip to content

Commit

Permalink
remove cache from tests workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedBasem20 committed Mar 6, 2024
1 parent f3df2c6 commit c99f674
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
# You can test your matrix by printing the current Python version
- name: Display Python version
run: python -c "import sys; print(sys.version)"
Expand Down

0 comments on commit c99f674

Please sign in to comment.