diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c1491876..93fdc417 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + cache: 'pip' - name: Install BEDTools (Linux) run: sudo apt-get install bedtools