Skip to content

Commit 1c9abaa

Browse files
committed
fix CI
move to alphaviz Revert "move to alphaviz" This reverts commit 85c07df.
1 parent 7e31f63 commit 1c9abaa

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/pip_installation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: conda-incubator/setup-miniconda@v2
2020
with:
2121
auto-update-conda: true
22-
miniconda-version: "latest"`
22+
miniconda-version: "latest"
2323
python-version: ${{ matrix.python-version }}
2424
- name: Conda info
2525
shell: bash -l {0}
@@ -45,7 +45,7 @@ jobs:
4545
- uses: conda-incubator/setup-miniconda@v2
4646
with:
4747
auto-update-conda: true
48-
miniconda-version: "latest"`
48+
miniconda-version: "latest"
4949
python-version: ${{ matrix.python-version }}
5050
- name: Conda info
5151
shell: bash -l {0}

.github/workflows/publish_and_release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: conda-incubator/setup-miniconda@v2
1818
with:
1919
auto-update-conda: true
20-
miniconda-version: "latest"`
20+
miniconda-version: "latest"
2121
python-version: ${{ matrix.python-version }}
2222
- name: Master version bumped
2323
id: master_version_bumped
@@ -51,7 +51,7 @@ jobs:
5151
- uses: conda-incubator/setup-miniconda@v2
5252
with:
5353
auto-update-conda: true
54-
miniconda-version: "latest"`
54+
miniconda-version: "latest"
5555
python-version: ${{ matrix.python-version }}
5656
- name: Conda info
5757
shell: bash -l {0}
@@ -84,7 +84,7 @@ jobs:
8484
- uses: conda-incubator/setup-miniconda@v2
8585
with:
8686
auto-update-conda: true
87-
miniconda-version: "latest"`
87+
miniconda-version: "latest"
8888
python-version: ${{ matrix.python-version }}
8989
- name: Conda info
9090
shell: bash -l {0}
@@ -117,7 +117,7 @@ jobs:
117117
- uses: conda-incubator/setup-miniconda@v2
118118
with:
119119
auto-update-conda: true
120-
miniconda-version: "latest"`
120+
miniconda-version: "latest"
121121
python-version: ${{ matrix.python-version }}
122122
- name: Conda info
123123
shell: bash -l {0}
@@ -153,7 +153,7 @@ jobs:
153153
- uses: conda-incubator/setup-miniconda@v2
154154
with:
155155
auto-update-conda: true
156-
miniconda-version: "latest"`
156+
miniconda-version: "latest"
157157
python-version: ${{ matrix.python-version }}
158158
- name: Conda info
159159
shell: bash -l {0}
@@ -189,7 +189,7 @@ jobs:
189189
- uses: conda-incubator/setup-miniconda@v2
190190
with:
191191
auto-update-conda: true
192-
miniconda-version: "latest"`
192+
miniconda-version: "latest"
193193
python-version: ${{ matrix.python-version }}
194194
- name: Conda info
195195
shell: bash -l {0}

0 commit comments

Comments
 (0)