Skip to content

Commit

Permalink
Merge pull request #187 from OZI-Project/rjdbcm-patch-8
Browse files Browse the repository at this point in the history
📌 pin requirements for composite workflow
  • Loading branch information
rjdbcm authored Jan 3, 2025
2 parents 684536e + c6cf382 commit 11f25bc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ runs:
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --user ${{ steps.api.outputs.ozi-build }}
python -m pip install --user ${{ steps.api.outputs.tox }}
python -m pip install --user ${{ steps.api.outputs.tox-gh }}
python -m pip install --user -r ${GITHUB_ACTION_PATH}/requirements.txt
pipx ensurepath --force
pipx install meson --force
shell: bash
Expand Down

0 comments on commit 11f25bc

Please sign in to comment.