Skip to content

Commit

Permalink
No caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jpauwels committed Oct 15, 2023
1 parent 5a7c46a commit 7b05fb1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:

steps:
- name: Install libsamplerate
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libsamplerate0
version: 1.0
run: sudo apt-get install -y libsamplerate0
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit 7b05fb1

Please sign in to comment.