Skip to content

Commit

Permalink
fix identation in github actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBubel committed Jul 21, 2024
1 parent 66ec666 commit 883d25a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Install build dependencies
run: |
pip install setuptools
- name: Install build dependencies
run: |
pip install setuptools
- name: Install lib
run: |
Expand Down

0 comments on commit 883d25a

Please sign in to comment.