Skip to content

Commit d165ea9

Browse files
CopilotricardoV94
andcommitted
Remove micromamba-version specification from workflow files
Removed all occurrences of 'micromamba-version: "1.5.10-0"' from: - .github/workflows/mypy.yml - .github/copilot-setup-steps.yml - .github/workflows/test.yml This is no longer needed as the issue (github.com/mamba-org/setup-micromamba/issues/225) has been resolved. Co-authored-by: ricardoV94 <[email protected]>
1 parent d1ca925 commit d165ea9

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

.github/copilot-setup-steps.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
uses: mamba-org/setup-micromamba@v2
3333
with:
3434
environment-name: pytensor-test
35-
micromamba-version: "1.5.10-0"
3635
init-shell: bash
3736
post-cleanup: "all"
3837
create-args: python=3.13

.github/workflows/mypy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
persist-credentials: false
1818
- uses: mamba-org/setup-micromamba@v2
1919
with:
20-
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
2120
environment-file: environment.yml
2221
init-shell: bash
2322
cache-environment: true

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ jobs:
167167
uses: mamba-org/setup-micromamba@v2
168168
with:
169169
environment-name: pytensor-test
170-
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
171170
init-shell: bash
172171
post-cleanup: "all"
173172
create-args: python=${{ matrix.python-version }}
@@ -252,7 +251,6 @@ jobs:
252251
uses: mamba-org/setup-micromamba@v2
253252
with:
254253
environment-name: pytensor-test
255-
micromamba-version: "1.5.10-0" # until https://github.com/mamba-org/setup-micromamba/issues/225 is resolved
256254
init-shell: bash
257255
post-cleanup: "all"
258256
- name: Install dependencies

0 commit comments

Comments
 (0)