Skip to content

Commit

Permalink
Better tool.log check
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 11, 2024
1 parent d770aa8 commit 354a11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Check tool.log
run: |
grep "SUCCESS" tool.log
grep "setup-conda: SUCCESS" tool.log
- name: Build Anaconda package
run: |
Expand Down

0 comments on commit 354a11b

Please sign in to comment.