mirror of
https://github.com/zulip/zulip.git
synced 2026-07-09 21:21:47 +08:00
5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
pip install --no-deps -r tools/setup/py3_test_reqs.txt
|