Skip to content

Commit

Permalink
cache-path
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed Feb 18, 2024
1 parent 440e437 commit f16f19f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip --no-cache-dir
Expand All @@ -34,6 +33,7 @@ jobs:
with:
python-version: "3.10"
cache: "pip"
cache-dependency-path: pyproject.toml
- name: Install dependencies and run linter
run: |
python -m pip install --upgrade pip
Expand All @@ -59,6 +59,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: pyproject.toml
- name: Install dependencies and run tests
run: |
python -m pip install --upgrade pip --no-cache-dir
Expand All @@ -75,6 +76,7 @@ jobs:
with:
python-version: "3.10"
cache: "pip"
cache-dependency-path: pyproject.toml
- name: Install dependencies and check docs can build
run: |
python -m pip install --upgrade pip --no-cache-dir
Expand Down

0 comments on commit f16f19f

Please sign in to comment.