Skip to content

Commit

Permalink
ci update3
Browse files Browse the repository at this point in the history
  • Loading branch information
dkazanc committed May 15, 2024
1 parent 404820c commit 59a041a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/tests_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@ jobs:
fetch-depth: 0

- name: Create conda environment
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.10
run: |
conda activate "${{ env.NVIDIA_VISIBLE_DEVICES }}"
conda install conda-forge::mamba
conda list
$CONDA/bin/conda install conda-forge::mamba
$CONDA/bin/conda list
- name: Install httomolibgpu
run: |
conda run -n httomolibgpu pip install -e .
conda list
$CONDA/bin/conda run -n httomolibgpu pip install -e .
$CONDA/bin/conda list
- name: Run tests
run: |
Expand Down

0 comments on commit 59a041a

Please sign in to comment.