Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: add distutils to macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <[email protected]>
julianoes committed Jan 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 8f8e81f commit 21c0176
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -145,7 +145,7 @@ jobs:
- name: Install prerequisites
run: |
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements.txt -r requirements-dev.txt
python3 -m pip install twine wheel
python3 -m pip install --user delocate
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
grpcio-tools>=1.40.0
protoc-gen-mavsdk>=1.1.1
distutils

0 comments on commit 21c0176

Please sign in to comment.