8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
test_requirements.txt
1 parent 7929d70 commit 6a947e5Copy full SHA for 6a947e5
.github/workflows/build_test.yml
@@ -250,6 +250,8 @@ jobs:
250
# use x86_64 cross-compiler to speed up the build
251
sudo apt update
252
sudo apt install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
253
+
254
+ # Keep the `test_requirements.txt` dependency-subset synced
255
docker run --name the_container --interactive -v /:/host arm32v7/ubuntu:focal /bin/bash -c "
256
apt update &&
257
apt install -y git python3 python3-dev python3-pip &&
0 commit comments