Skip to content

Commit d935471

Browse files
authored
Removed gr_modtool call from CondaPackage.yml workflow.
1 parent 34c42cd commit d935471

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/CondaPackage.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install Conda build tools package
2929
run: |
30-
conda install conda-build conda-forge-pinning gnuradio=3.10.9.2
30+
conda install conda-build conda-forge-pinning
3131
3232
- name: Detect VS path and set up VS C/C++ environment
3333
shell: cmd
@@ -55,6 +55,4 @@ jobs:
5555
- name: Building gnuradio-limesuiteng conda package
5656
run: |
5757
cd plugins\gr-limesuiteng
58-
gr_modtool bind -u sdrdevice_sink
59-
gr_modtool bind -u sdrdevice_source
6058
conda-build .conda\recipe\ -m %CONDA_PREFIX%\conda_build_config.yaml

0 commit comments

Comments
 (0)