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 fd88d61 commit 5d11419
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 @@ -21,6 +21,9 @@ jobs:

name: '${{ matrix.cfg.platform_name }} installer'
runs-on: ${{ matrix.cfg.os }}
defaults:
run:
shell: bash -el {0}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -72,7 +75,6 @@ jobs:
result-encoding: string

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

0 comments on commit 5d11419

Please sign in to comment.