Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Apr 29, 2024
1 parent d8f216b commit fd88d61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
return releaseWithTag ? 'true' : 'false'
result-encoding: string

- run: |
- name: test conda
shell: bash -el {0}
run: |
# conda activate
conda info
conda list conda-lock
Expand Down

0 comments on commit fd88d61

Please sign in to comment.