mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 04:04:31 +08:00
e3bd7de517
Have GitHub actions setup python on runners and install all python dependencies via pip. Signed-off-by: Ashley Pittman <ashley@pittman.co.uk>
9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
# Packages required for building and testing libfuse only,
|
|
# no python code is required when using libfuse.
|
|
# Build packages:
|
|
meson
|
|
ninja
|
|
# Test packages:
|
|
looseversion
|
|
pytest
|