Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrodkor committed Jul 10, 2023
1 parent 85a244e commit a41890c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
- name: Test arch
run: |
cat << EOF > arch.py
import platform

print(platform.uname()[4])
EOF
import platform
print(platform.uname()[4])
EOF
python -m arch.py
# - name: Install pipenv
Expand Down

0 comments on commit a41890c

Please sign in to comment.