Skip to content

Commit

Permalink
ci: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuf authored Oct 15, 2024
1 parent f31383a commit 85e719f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/image-build-common/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ runs:
- name: "[prind] install requirements"
shell: bash
run: |
python3 -m venv venv
source venv/bin/activate
pip install -r scripts/build/requirements.txt
python3 -m venv venv
source venv/bin/activate
pip install -r scripts/build/requirements.txt

0 comments on commit 85e719f

Please sign in to comment.