Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Dec 16, 2024
1 parent b8b48e9 commit 96a76be
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test_conda_build_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,13 @@ jobs:
- name: Install conda-build
run: |
conda install conda-build -y
conda build conda -c loop3d -c conda-forge --test
conda build conda -c conda-forge -c loop3d
- name: Create environment and install map2loop
run: |
conda install -y --use-local map2loop
- name: Test import
run: |
source activate test-env
python -c "import map2loop"

0 comments on commit 96a76be

Please sign in to comment.