Skip to content

Commit

Permalink
Attempt to add caching
Browse files Browse the repository at this point in the history
  • Loading branch information
SupImDos committed Apr 28, 2024
1 parent 7be4d20 commit eeab052
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.12"
cache: pip
- name: Run Linting
run: hatch run lint
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Run Tests
run: hatch run test && hatch run coverage xml
- name: Coverage Results
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.12"
cache: pip
- name: Run Type Checking
run: hatch run type

0 comments on commit eeab052

Please sign in to comment.