From 885a68d2f4b3fe5041205bcd0e29077fa212f01e Mon Sep 17 00:00:00 2001 From: Lee Lup Yuen Date: Tue, 28 Jul 2020 14:54:34 +0800 Subject: [PATCH] Update main2.yml --- .github/workflows/main2.yml | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/.github/workflows/main2.yml b/.github/workflows/main2.yml index 97d7adc2..511abe83 100644 --- a/.github/workflows/main2.yml +++ b/.github/workflows/main2.yml @@ -27,32 +27,7 @@ jobs: steps: - name: Install adafruit-nrfutil - uses: BSFishy/pip-action@v1 - with: - # The packages to install from Pip - packages: adafruit-nrfutil - # A requirements file to install from - # requirements: # optional, default is - # A constraints file to use - # constraints: # optional, default is - # Don't install package dependencies - # no-deps: # optional, default is false - # Include prerelease and development versions - # pre: # optional, default is false - # Install a project in editable mode - # editable: # optional, default is - # Only use wheels compatible with a specific platform - # platform: # optional, default is - # Upgrade all specified packages to the newest available version - # upgrade: # optional, default is false - # Extra inputs to pass to pip - # extra: # optional, default is - - - name: Install adafruit-nrfutil and imgtool dependencies - run: adafruit-nrfutil --help - - #- name: Install adafruit-nrfutil and imgtool dependencies - # run: pip3 install --user wheel && pip3 install --user setuptools && pip3 install --user adafruit-nrfutil && adafruit-nrfutil --help + run: pip3 install --user wheel && pip3 install --user setuptools && pip3 install --user adafruit-nrfutil && pip3 show adafruit-nrfutil && adafruit-nrfutil --help ######################################################################################### # Download and Cache Dependencies