We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b1870 commit f4d1ee0Copy full SHA for f4d1ee0
jmu_pytest_utils/template/setup.sh
@@ -15,7 +15,7 @@ source .venv/bin/activate
15
pip install --upgrade pip
16
17
# Install libraries
18
-pip install git+https://github.com/JMU-CS/jmu_pytest_utils.git@csm
+pip install git+https://github.com/JMU-CS/jmu_pytest_utils.git@nrs
19
if [ -f "requirements.txt" ]; then
20
pip install -r requirements.txt
21
fi
0 commit comments