File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -15,21 +15,22 @@ jobs:
15
15
- uses : actions/checkout@v2
16
16
- uses : conda-incubator/setup-miniconda@v2
17
17
with :
18
- miniconda-version : " latest"
18
+ # miniconda-version: "latest"
19
+ miniforge-version : latest
19
20
auto-update-conda : true
20
21
python-version : 3.8
21
22
activate-environment : test
22
23
- name : Install CadQuery and pyinstaller
23
24
shell : bash --login {0}
24
25
run : |
25
- conda info
26
- conda install -c cadquery -c conda-forge cadquery=master python=3.8
27
- conda install -c conda-forge pyinstaller
26
+ mamba info
27
+ mamba install -c cadquery -c conda-forge cadquery=master python=3.8
28
+ mamba install -c conda-forge pyinstaller
28
29
pip install path
29
30
- name : Run build
30
31
shell : bash --login {0}
31
32
run : |
32
- conda info
33
+ mamba info
33
34
pyinstaller cq-cli_pyinstaller.spec ${{ github.event.inputs.type }}
34
35
- uses : actions/upload-artifact@v2
35
36
with :
You can’t perform that action at this time.
0 commit comments