Skip to content

Commit

Permalink
Replace tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Mar 22, 2024
1 parent 5d334dd commit 47c9e95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: 'pip' # caching pip dependencies
- uses: actions/setup-python@v5
with:
cache: 'pip' # caching pip dependencies
- name: Install requirements
# Install any extra requirements your extension has here (dev requirements, other extensions etc)
run: |
Expand Down

0 comments on commit 47c9e95

Please sign in to comment.