We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c2ca2 commit 31865bfCopy full SHA for 31865bf
.github/workflows/ci.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Install package into the conda env
36
shell: bash -l {0}
37
run: |
38
+ conda activate lddata
39
python -m pip install --upgrade pip
40
python -m pip install -e .
41
python -m pip install pytest
0 commit comments