diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d3342e35..3cd0d1bd3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,8 @@ jobs: uses: actions/setup-python@v2 with: python-version: "3.9" - + cache: 'pip' # caching pip dependencies + - name: Install dependencies run: | pip install -e .