Skip to content

Commit f4d1ee0

Browse files
committed
change setup.sh to pull from nrs branch.
1 parent a7b1870 commit f4d1ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jmu_pytest_utils/template/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ source .venv/bin/activate
1515
pip install --upgrade pip
1616

1717
# Install libraries
18-
pip install git+https://github.com/JMU-CS/jmu_pytest_utils.git@csm
18+
pip install git+https://github.com/JMU-CS/jmu_pytest_utils.git@nrs
1919
if [ -f "requirements.txt" ]; then
2020
pip install -r requirements.txt
2121
fi

0 commit comments

Comments
 (0)