Update actions to use setup-micromamba instead of prov mm

Update actions to use setup-micromamba instead of provision-with-micromamba
This commit is contained in:
jdegenstein
2023-06-15 09:37:19 -05:00
committed by GitHub
parent 1f546f4bc5
commit 21d729d758

View File

@@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: mamba-org/provision-with-micromamba@main - uses: mamba-org/setup-micromamba@v1
with: with:
#miniconda-version: "latest" #miniconda-version: "latest"
#auto-update-conda: true #auto-update-conda: true
environment-name: test environment-name: test
environment-file: environment.yml environment-file: environment.yml
extra-specs: create-args: >-
python=3.10 python=3.10
- name: pip install cadquery CQ-editor ... etc - name: pip install cadquery CQ-editor ... etc
shell: bash --login {0} shell: bash --login {0}
@@ -56,13 +56,13 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: mamba-org/provision-with-micromamba@main - uses: mamba-org/setup-micromamba@v1
with: with:
#miniconda-version: "latest" #miniconda-version: "latest"
#auto-update-conda: true #auto-update-conda: true
environment-name: test environment-name: test
environment-file: environment.yml environment-file: environment.yml
extra-specs: create-args: >-
python=3.10 python=3.10
- name: pip install cadquery CQ-editor ... etc - name: pip install cadquery CQ-editor ... etc
shell: bash --login {0} shell: bash --login {0}
@@ -95,13 +95,13 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: mamba-org/provision-with-micromamba@main - uses: mamba-org/setup-micromamba@v1
with: with:
#miniconda-version: "latest" #miniconda-version: "latest"
#auto-update-conda: true #auto-update-conda: true
environment-name: test environment-name: test
environment-file: environment.yml environment-file: environment.yml
extra-specs: create-args: >-
python=3.10 python=3.10
- name: pip install cadquery CQ-editor ... etc - name: pip install cadquery CQ-editor ... etc
shell: powershell shell: powershell