Skip to content

Commit

Permalink
Fix wheel upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ZzEeKkAa committed May 2, 2024
1 parent 2368f1b commit 0c04c42
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,18 @@ jobs:
runs-on: ${{ matrix.os }}
defaults:
run:
shell: ${{ matrix.os == 'windows-latest' && 'cmd /C CALL {0}' || 'bash -l {0}' }}
shell: 'bash -l {0}'
steps:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Python ${{ matrix.python }}

- name: Download wheels artifact
uses: actions/download-artifact@v4
with:
name: ${{ env.PACKAGE_NAME }} ${{ runner.os }} Wheels Python ${{ matrix.python }}

- uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
Expand Down

0 comments on commit 0c04c42

Please sign in to comment.