Skip to content

Commit e97bb50

Browse files
authored
Fix Pypy miniconda version (PolusAI#294)
1 parent ca7dd3a commit e97bb50

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/fuzzy_compile_weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: conda-incubator/[email protected]
7373
with:
7474
miniforge-variant: Miniforge-pypy3
75-
miniforge-version: latest
75+
miniforge-version: 24.7.1-0
7676
environment-file: workflow-inference-compiler/install/system_deps.yml
7777
activate-environment: wic
7878
channels: conda-forge

.github/workflows/lint_and_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
uses: conda-incubator/[email protected]
139139
with:
140140
miniforge-variant: Miniforge-pypy3
141-
miniforge-version: latest
141+
miniforge-version: 24.7.1-0
142142
environment-file: workflow-inference-compiler/install/system_deps.yml
143143
activate-environment: wic
144144
channels: conda-forge
@@ -149,7 +149,7 @@ jobs:
149149
uses: conda-incubator/[email protected]
150150
with:
151151
miniforge-variant: Miniforge-pypy3
152-
miniforge-version: latest
152+
miniforge-version: 24.7.1-0
153153
environment-file: workflow-inference-compiler/install/system_deps_windows.yml
154154
activate-environment: wic
155155
channels: conda-forge

.github/workflows/lint_and_test_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: conda-incubator/[email protected]
7373
with:
7474
miniforge-variant: Miniforge-pypy3
75-
miniforge-version: latest
75+
miniforge-version: 24.7.1-0
7676
environment-file: workflow-inference-compiler/install/system_deps.yml
7777
activate-environment: wic
7878
use-mamba: true

.github/workflows/run_workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
uses: conda-incubator/[email protected]
128128
with:
129129
miniforge-variant: Miniforge-pypy3
130-
miniforge-version: latest
130+
miniforge-version: 24.7.1-0
131131
environment-file: workflow-inference-compiler/install/system_deps.yml
132132
activate-environment: wic_github_actions
133133
channels: conda-forge

.github/workflows/run_workflows_weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# installs pypy in the base environment (only). Although we are using
9090
# another environment, better to avoid the problem altogether by
9191
# not using Miniforge-pypy3
92-
miniforge-version: latest
92+
miniforge-version: 24.7.1-0
9393
environment-file: workflow-inference-compiler/install/system_deps.yml
9494
activate-environment: wic_github_actions
9595
use-mamba: true

0 commit comments

Comments
 (0)