Skip to content

Commit

Permalink
Display conda version
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Nov 19, 2023
1 parent 9a0255b commit 6bdf7a4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/conda-release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: conda-release

on:
release:
types: [published]
push:
branches:
- fix-conda-build

jobs:
build-and-publish:
Expand All @@ -17,6 +18,8 @@ jobs:
python-version: 3.9
activate-environment: build
auto-update-conda: true
- name: conda version
run: conda --version
- name: Install build tools
run: |
conda install -c conda-forge conda-build anaconda-client conda-verify grayskull
Expand Down

0 comments on commit 6bdf7a4

Please sign in to comment.