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 98fceaf commit 410ab3dCopy full SHA for 410ab3d
.github/workflows/unit_test_contents.yml
@@ -19,8 +19,9 @@ jobs:
19
run: |
20
CONDA_BASE=$(conda info --base)
21
source "${CONDA_BASE}/etc/profile.d/conda.sh"
22
- conda env update --prune --file environment.yml
23
- conda activate coast
+ conda env update --prune --file environment.yml
+ conda activate coast
24
+ pip install .
25
mkdir -p example_files
26
sudo apt-get update
27
sudo apt-get install -y libgeos-dev
0 commit comments