Skip to content

Commit

Permalink
Pin to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed Dec 16, 2024
1 parent 7d1e422 commit 82b5832
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ab_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
cp AB_baseline.cluster.yaml AB_null_hypothesis.cluster.yaml
- name: Set up environment
uses: conda-incubator/setup-miniconda@v3.1
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
use-mamba: true
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
name: benchmark

- name: Set up environment
uses: conda-incubator/setup-miniconda@v3.1
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
use-mamba: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/geospatial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up environment
uses: conda-incubator/setup-miniconda@v3.1
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
use-mamba: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up environment
uses: conda-incubator/setup-miniconda@v3.1
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
use-mamba: true
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
name: benchmark

- name: Set up environment
uses: conda-incubator/setup-miniconda@v3.1
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
use-mamba: true
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
name: benchmark

- name: Set up environment
uses: conda-incubator/setup-miniconda@v3.1
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
use-mamba: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tpch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up environment
uses: conda-incubator/setup-miniconda@v3.1
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
use-mamba: true
Expand Down

0 comments on commit 82b5832

Please sign in to comment.