Skip to content

Commit

Permalink
Update main workflow - remove pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Jday7879 committed Nov 26, 2024
1 parent 929a085 commit ea0c91c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
- uses: actions/setup-python@v3
with:
python-version: 3.10.13
cache: 'pip'

- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install -e .[dev]
- name: Check commit hooks
run: |
Expand Down

0 comments on commit ea0c91c

Please sign in to comment.