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 e3a0970 commit ddd3fd0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/conda_build_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,13 @@ jobs:
conda install -y conda-build
conda build --version
- name: Create environment and install package
run: |
conda create -y -n test-env python=3.10
source activate test-env
conda install -y --use-local $(conda build conda --output)
- name: Test import
run: |
source activate test-env
python -c "import map2loop"

0 comments on commit ddd3fd0

Please sign in to comment.