8000 DOC: Add a comment about keeping the `test_requirements.txt` subset s… · rjeb/numpy@6a947e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a947e5

Browse files
committed
DOC: Add a comment about keeping the test_requirements.txt subset synced
1 parent 7929d70 commit 6a947e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ jobs:
250250
# use x86_64 cross-compiler to speed up the build
251251
sudo apt update
252252
sudo apt install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
253+
254+
# Keep the `test_requirements.txt` dependency-subset synced
253255
docker run --name the_container --interactive -v /:/host arm32v7/ubuntu:focal /bin/bash -c "
254256
apt update &&
255257
apt install -y git python3 python3-dev python3-pip &&

0 commit comments

Comments
 (0)
0