Skip to content

Commit

Permalink
[ci] Remove nose from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Oct 28, 2022
1 parent 134bdb3 commit 496bea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
compiler: ${{ matrix.compiler }}
build-type: ${{ matrix.build-type }}
ubuntu: |
apt: cython cython3 python-nose python3-nose python-numpy python3-numpy python-pytest python3-pytest python-coverage python3-coverage python-setuptools python3-setuptools libeigen3-dev doxygen doxygen-latex libboost-all-dev libtinyxml2-dev libyaml-cpp-dev
apt: cython cython3 python-numpy python3-numpy python-pytest python3-pytest python-coverage python3-coverage python-setuptools python3-setuptools libeigen3-dev doxygen doxygen-latex libboost-all-dev libtinyxml2-dev libyaml-cpp-dev
macos: |
cask: gfortran
brew: eigen boost tinyxml2 yaml-cpp
pip: Cython coverage nose numpy pytest
pip: Cython coverage numpy pytest
windows: |
pip: Cython coverage nose numpy pytest
pip: Cython coverage numpy pytest
github:
- path: eigenteam/eigen-git-mirror
ref: 3.3.7
Expand Down
2 changes: 0 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ Build-Depends: debhelper (>= 9),
libyaml-cpp-dev,
python-all,
python-dev,
python-nose,
python-pytest,
python-setuptools,
cython,
python3-all,
python3-dev,
python3-nose,
python3-pytest,
python3-setuptools,
cython3,
Expand Down

0 comments on commit 496bea2

Please sign in to comment.