Skip to content

Commit

Permalink
Merge pull request #280 from MannLabs/boopthesnoot-patch-1
Browse files Browse the repository at this point in the history
FIX: macos release crashing because of miniconda installation
  • Loading branch information
boopthesnoot authored May 24, 2024
2 parents dc517ed + 6b75d84 commit 0322920
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release_on_click_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- name: Conda info
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- name: Conda info
Expand Down Expand Up @@ -104,6 +106,7 @@ jobs:
uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
auto-update-conda: true
python-version: ${{ matrix.python-version }}
- name: Conda info
Expand All @@ -130,4 +133,4 @@ jobs:
upload_url: ${{ needs.Create_Draft_On_GitHub.outputs.upload_url }}
asset_path: release/one_click_windows_gui/dist/alphastats_gui_installer_windows.exe
asset_name: alphastats_gui_installer_windows.exe
asset_content_type: application/octet-stream
asset_content_type: application/octet-stream

0 comments on commit 0322920

Please sign in to comment.