Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Stancl <46073029+stancld@users.noreply.github.com>
  • Loading branch information
Borda and stancld authored Dec 21, 2021
1 parent 0c4e84e commit e83ede2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: actions/cache@v2
with:
path: $TRANSFORMERS_CACHE
key: cache-transformaers
key: cache-transformers

- name: Test Package [only]
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/cache@v2
with:
path: $TRANSFORMERS_CACHE
key: cache-transformaers
key: cache-transformers

- name: Temp COCO env. fix
if: matrix.pytorch-version == '1.4'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_test-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/cache@v2
with:
path: $TRANSFORMERS_CACHE
key: cache-transformaers
key: cache-transformers

- name: Tests
run: |
Expand Down

0 comments on commit e83ede2

Please sign in to comment.