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 b8e908b commit 8c521f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conda_build_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
run: conda install -y conda-build

- name: Build Conda package
run: conda-build .
run: conda-build conda

- 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 . --output)
conda install -y --use-local $(conda build conda --output)
- name: Test import
run: |
Expand Down

0 comments on commit 8c521f5

Please sign in to comment.