File tree 1 file changed +2
-10
lines changed
1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -356,11 +356,7 @@ jobs:
356
356
pip install -r requirements.txt
357
357
358
358
# Install SDPoker
359
- if [[ "${{ matrix.os }}" == "windows-latest" || "$EUID" == "0" ]]; then
360
- npm install -g git+https://git@github.com/AMWA-TV/sdpoker.git
361
- else
362
- sudo npm install -g git+https://git@github.com/AMWA-TV/sdpoker.git
363
- fi
359
+ npm install -g git+https://git@github.com/AMWA-TV/sdpoker.git
364
360
run_python="python"
365
361
fi
366
362
pip install -r utilities/run-test-suites/gsheetsImport/requirements.txt
@@ -759,11 +755,7 @@ jobs:
759
755
pip install -r requirements.txt
760
756
761
757
# Install SDPoker
762
- if [[ "${{ matrix.os }}" == "windows-latest" || "$EUID" == "0" ]]; then
763
- npm install -g git+https://git@github.com/AMWA-TV/sdpoker.git
764
- else
765
- sudo npm install -g git+https://git@github.com/AMWA-TV/sdpoker.git
766
- fi
758
+ npm install -g git+https://git@github.com/AMWA-TV/sdpoker.git
767
759
run_python="python"
768
760
fi
769
761
pip install -r utilities/run-test-suites/gsheetsImport/requirements.txt
You can’t perform that action at this time.
0 commit comments