diff options
author | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-05-26 22:20:17 +0200 |
---|---|---|
committer | Bas van Beek <43369155+BvB93@users.noreply.github.com> | 2022-05-26 22:20:17 +0200 |
commit | 6a947e53660ea4cce7f1d5fa91b19cb9f6f86b51 (patch) | |
tree | e9f0a76ede527cba5e8aa2a61fd06bdca49fca27 | |
parent | 7929d7074a5e8c2d344f5423850c1fd497116931 (diff) | |
download | numpy-6a947e53660ea4cce7f1d5fa91b19cb9f6f86b51.tar.gz |
DOC: Add a comment about keeping the `test_requirements.txt` subset synced
-rw-r--r-- | .github/workflows/build_test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index c8d260b00..4a2e3e6ba 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -250,6 +250,8 @@ jobs: # use x86_64 cross-compiler to speed up the build sudo apt update sudo apt install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf + + # Keep the `test_requirements.txt` dependency-subset synced docker run --name the_container --interactive -v /:/host arm32v7/ubuntu:focal /bin/bash -c " apt update && apt install -y git python3 python3-dev python3-pip && |