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 7d058b2 commit 124d60bCopy full SHA for 124d60b
.github/workflows/httomolibgpu_version_tag.yml
@@ -29,10 +29,18 @@ jobs:
29
30
# install dependencies with conda
31
- name: Install dependencies with conda
32
+ uses: mamba-org/setup-micromamba@v2
33
+ with:
34
+ environment-name: httomolibgpu
35
+ environment-file: ./conda/environment.yml
36
+ post-cleanup: 'all'
37
+ init-shell: bash
38
+
39
+ # install httomolibgpu
40
+ - name: Install httomolibgpu
41
run: |
- $CONDA/bin/conda env create --name httomolibgpu --file conda/environment.yml
- $CONDA/bin/conda run -n httomolibgpu pip install -e .
- $CONDA/bin/conda list
42
+ pip install -e .
43
+ micromamba list
44
45
- name: Decrypt a secret
46
run: ./.scripts/decrypt_secret.sh
0 commit comments