Skip to content

Commit

Permalink
ci: install nose explicitly through pip
Browse files Browse the repository at this point in the history
- makes sure the binary name is nosetests (not nosetests3)
  • Loading branch information
ralphlange committed Dec 15, 2021
1 parent 70976ab commit 8ea8750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8ea8750

Please sign in to comment.