Skip to content

Commit a48aa97

Browse files
committed
riscv buidl: pip install -r requirements-dev.txt
1 parent 0520525 commit a48aa97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ jobs:
462462
- name: Install deps
463463
run: |
464464
sudo apt-get install -y gettext
465-
pip install requests sh click setuptools awscli
465+
pip install -r requirements-dev.txt
466466
wget https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-linux-centos6.tar.gz
467467
sudo tar -C /usr --strip-components=1 -xaf riscv64-unknown-elf-gcc-8.3.0-2019.08.0-x86_64-linux-centos6.tar.gz
468468
- name: Versions

0 commit comments

Comments
 (0)