Skip to content

Commit 410ab3d

Browse files
committed
Update unit_test_contents.yml
Add pip command to install COAsT package
1 parent 98fceaf commit 410ab3d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/unit_test_contents.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
run: |
2020
CONDA_BASE=$(conda info --base)
2121
source "${CONDA_BASE}/etc/profile.d/conda.sh"
22-
conda env update --prune --file environment.yml
23-
conda activate coast
22+
conda env update --prune --file environment.yml
23+
conda activate coast
24+
pip install .
2425
mkdir -p example_files
2526
sudo apt-get update
2627
sudo apt-get install -y libgeos-dev

0 commit comments

Comments
 (0)