Skip to content

Commit

Permalink
Macos test failing on main (#165)
Browse files Browse the repository at this point in the history
* trying to make it fail

* fixing the issue

* updated all the miniforge version in CI
  • Loading branch information
MarcAntoineSchmidtQC authored Jan 3, 2022
1 parent b4c73ea commit 898e103
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169
with:
miniforge-variant: Mambaforge
miniforge-version: 4.10.0-0
miniforge-version: 4.10.3-6
channels: conda-forge
use-mamba: true
- name: Build conda package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-build-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169
with:
miniforge-variant: Mambaforge
miniforge-version: 4.10.0-0
miniforge-version: 4.10.3-6
use-mamba: true
- name: Build conda package
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-macos-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169
with:
miniforge-variant: Mambaforge
miniforge-version: 4.10.0-0
miniforge-version: 4.10.3-6
use-mamba: true
- name: Run Unit Tests
shell: bash -l {0}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-win-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
python-version: ${{ matrix.PYTHON_VERSION }}
miniforge-variant: Mambaforge
miniforge-version: 4.10.0-0
miniforge-version: 4.10.3-6
use-mamba: true
environment-file: environment-win.yml
activate-environment: tabmat
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
python-version: ${{ matrix.PYTHON_VERSION }}
miniforge-variant: Mambaforge
miniforge-version: 4.10.0-0
miniforge-version: 4.10.3-6
use-mamba: true
environment-file: environment-win.yml
activate-environment: tabmat
Expand Down

0 comments on commit 898e103

Please sign in to comment.