Rename job and pin ipython=8.4.0

This commit is contained in:
jdegenstein
2022-09-20 07:25:32 -05:00
committed by GitHub
parent 71a296444b
commit b6d3c0b580

View File

@@ -1,4 +1,4 @@
name: build name: build-micromamba
on: on:
schedule: schedule:
- cron: '0 0 * * 1' - cron: '0 0 * * 1'
@@ -99,7 +99,7 @@ jobs:
- name: Mamba install CadQuery and pyinstaller - name: Mamba install CadQuery and pyinstaller
shell: powershell shell: powershell
run: | run: |
micromamba install -c cadquery -c conda-forge cq-editor=master cadquery=master debugpy jedi=0.17.2 python=3.9 micromamba install -c cadquery -c conda-forge cq-editor=master cadquery=master debugpy ipython=8.4.0 jedi=0.17.2 python=3.9
micromamba install -c conda-forge pyinstaller=4.10 micromamba install -c conda-forge pyinstaller=4.10
pip install path pip install path
pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse pip install git+https://github.com/gumyr/cq_warehouse.git#egg=cq_warehouse