Skip to content

Commit

Permalink
Unused cache so removing + typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstretenowich committed Nov 11, 2024
1 parent 1847f70 commit 803d820
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/PyTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
uses: pdm-project/[email protected]
with:
python-version: ${{ matrix.python-version }}
python-path: ${{ runner.tool_cache }}/Python/${{ matrix.python-version }}/x64

# - name: Setup upterm session
# uses: lhotari/action-upterm@v1

- name: Install dependencies
run: |
Expand All @@ -38,11 +34,3 @@ jobs:
run: |
pdm run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
pdm run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Cache PDM packages
uses: actions/cache@v4
with:
path: ~/.pdm/cache
key: ${{ runner.os }}-pdm-${{ hashFiles('pyproject.toml') }}
restore-keys: |
${{ runner.os }}-pdm-

0 comments on commit 803d820

Please sign in to comment.