Skip to content

Commit

Permalink
CI: add distutils to macOS
Browse files Browse the repository at this point in the history
Signed-off-by: Julian Oes <julian@oes.ch>
  • Loading branch information
julianoes committed Jan 29, 2024
1 parent 8f8e81f commit 21c0176
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
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.