Explicitly install debugpy

This commit is contained in:
jdegenstein
2022-09-19 22:10:49 -05:00
committed by GitHub
parent 7760c0262d
commit 8466c5474b

View File

@@ -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 jedi=0.17.2 ipython=7.20.0 python=3.9 micromamba install -c cadquery -c conda-forge cq-editor=master cadquery=master debugpy njedi=0.17.2 ipython=7.20.0 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