Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluder-Paradyne committed Sep 22, 2023
1 parent 507b4e9 commit 2d863b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
python-version: "3.9"

- name: Cache Python dependencies
uses: actions/cache@v2
with:
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

Expand Down Expand Up @@ -85,8 +85,8 @@ jobs:
python-version: "3.9"

- name: Cache dependencies
uses: actions/cache@v2
with:
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

Expand Down

0 comments on commit 2d863b3

Please sign in to comment.