Skip to content

Commit

Permalink
sseparate out Miniconda check in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Feb 21, 2024
1 parent afb7931 commit 43a826a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-on-push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
auto-activate-base: false
channels: defaults,bioconda,conda-forge
channel-priority: flexible

- name: Check Miniconda Installation
run: |
conda info
conda list
Expand Down

0 comments on commit 43a826a

Please sign in to comment.