Skip to content

Commit

Permalink
Remove GHA cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Sep 3, 2024
1 parent cdcc88f commit 31c9bd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
with:
python-version: "${{ matrix.python-version }}"
allow-prereleases: true
cache: pip

- run: pip install nox
- run: nox --session test-${{ matrix.python-version }}
2 changes: 0 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3"
cache: pip
cache-dependency-path: pyproject.toml

- name: Install build dependencies (pypa/build, twine)
run: |
Expand Down

0 comments on commit 31c9bd8

Please sign in to comment.