Skip to content

Commit

Permalink
conda: run conda info
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 17, 2024
1 parent c21f7cd commit 6be6a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.8
channels: conda-forge,spyder-ide
channels: conda-forge
activate-environment: devtools
environment-file: conda-recipes/devtools.yml
- run: conda info
Expand All @@ -27,6 +27,7 @@ jobs:
- name: Conda Info
run: |
conda info
- run: git describe --tags
- name: Run 'conda build'
run: |
conda build -c vanderaa smurff
Expand Down

0 comments on commit 6be6a1c

Please sign in to comment.