From 8ea8750ac79e47d23953ac5163814319c38bae0c Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Wed, 15 Dec 2021 13:07:55 +0100 Subject: [PATCH] ci: install nose explicitly through pip - makes sure the binary name is nosetests (not nosetests3) --- .github/workflows/ci-scripts-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-scripts-build.yml b/.github/workflows/ci-scripts-build.yml index cf9d063..aa02250 100644 --- a/.github/workflows/ci-scripts-build.yml +++ b/.github/workflows/ci-scripts-build.yml @@ -158,7 +158,7 @@ jobs: run: | sudo apt-get update sudo apt-get -y install qemu-system-x86 g++-mingw-w64-x86-64 gdb - sudo pip install pyepics nose-tap + sudo pip install pyepics nose nose-tap if: runner.os == 'Linux' - name: "apt-get install ${{ matrix.cmp }}" run: |