We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f002584 commit 1a8c880Copy full SHA for 1a8c880
2 files changed
.github/workflows/conda-test.yml
@@ -45,6 +45,10 @@ jobs:
45
conda info
46
conda list
47
48
+ - name: install package
49
+ run: |
50
+ pip install -e .
51
+
52
- name: get plannotate dbs
53
shell: bash -l {0}
54
run: |
.github/workflows/python-package-conda.yml
@@ -23,16 +23,20 @@ jobs:
23
environment-file: environment.yml
24
generate-run-shell: true
25
cache-downloads: true
26
-
27
- name: Install pytest
28
29
micromamba install -n plannotate pytest
30
31
32
33
34
35
- run: |
36
python -c "from plannotate.resources import download_databases; download_databases()"
37
shell: micromamba-shell {0}
38
39
40
pytest --version
41
pytest
- shell: micromamba-shell {0}
42
+ shell: micromamba-shell {0}
0 commit comments