andreped commited on
Commit
37dfffe
1 Parent(s): 8de7832

add echo for testing

Browse files
Files changed (1) hide show
  1. .github/workflows/build.yml +2 -1
.github/workflows/build.yml CHANGED
@@ -53,7 +53,8 @@ jobs:
53
  - name: Install wheel
54
  if: runner.os == 'Windows'
55
  run: |
56
- $TARGET = Resolve-Path "${{github.workspace}}/livermask-*.whl" | Select -ExpandProperty Path &&
 
57
  pip install --find-links=${{github.workspace}} $TARGET
58
 
59
  - name: Install wheel
 
53
  - name: Install wheel
54
  if: runner.os == 'Windows'
55
  run: |
56
+ $TARGET = Resolve-Path "${{github.workspace}}/livermask-*.whl" | Select -ExpandProperty Path
57
+ echo $TARGET
58
  pip install --find-links=${{github.workspace}} $TARGET
59
 
60
  - name: Install wheel