Skip to content

Commit 3170ebc

Browse files
committed
small update
1 parent 6ac1d2b commit 3170ebc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This is a Python-based software package. To successfully run this project on you
8585
3. (CI or CPU-only) If you run the CI tests or run VesselBoost on a CPU-only machine, please install the CPU version of PyTorch by running the following command:
8686
```
8787
conda env create -f environment-ci.yml
88-
conda activate vessel_boost
88+
conda activate vessel_boost_ci
8989
```
9090
9191
## **Citation**

tests/test_boost_module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ source /home/runner/miniconda3/bin/activate
2828
conda init bash
2929

3030
echo "[DEBUG]: testing conda activate command from the README:"
31-
condact_command=`cat ./README.md | grep activate`
31+
condact_command=`cat ./README.md | grep activate vessel_boost_ci`
3232
echo $condact_command
3333
$condact_command
3434

tests/test_prediction_module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ source /home/runner/miniconda3/bin/activate
2828
conda init bash
2929

3030
echo "[DEBUG]: testing conda activate command from the README:"
31-
condact_command=`cat ./README.md | grep activate`
31+
condact_command=`cat ./README.md | grep activate vessel_boost_ci`
3232
echo $condact_command
3333
$condact_command
3434

tests/test_train_module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ source /home/runner/miniconda3/bin/activate
2828
conda init bash
2929

3030
echo "[DEBUG]: testing conda activate command from the README:"
31-
condact_command=`cat ./README.md | grep activate`
31+
condact_command=`cat ./README.md | grep activate vessel_boost_ci`
3232
echo $condact_command
3333
$condact_command
3434

tests/test_tta_module.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ source /home/runner/miniconda3/bin/activate
2828
conda init bash
2929

3030
echo "[DEBUG]: testing conda activate command from the README:"
31-
condact_command=`cat ./README.md | grep activate`
31+
condact_command=`cat ./README.md | grep activate vessel_boost_ci`
3232
echo $condact_command
3333
$condact_command
3434

0 commit comments

Comments
 (0)