mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 23:43:38 +00:00
5 lines
75 B
Bash
Executable File
5 lines
75 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -x
|
|
pip install --no-deps -r tools/py3_test_reqs.txt
|