Skip to content

Commit

Permalink
chore: removed pip caching from mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-moss committed Nov 7, 2023
1 parent f79864d commit 45977c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package-mac.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This workflow will install Python dependencies, run tests and lint with Python 3.9
# This workflow will install Python dependencies, pre-commit checks, run tests and generate Coverage report
# Not caching pip dependencies in this runner to catch breaking changes in unpinned dependencies
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: MacOS Full Test Suite and Coverage
Expand All @@ -23,7 +24,6 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 45977c4

Please sign in to comment.