diff --git a/.github/workflows/ci-osx.yaml b/.github/workflows/ci-osx.yaml index 2e832641..8aaac4aa 100644 --- a/.github/workflows/ci-osx.yaml +++ b/.github/workflows/ci-osx.yaml @@ -38,7 +38,8 @@ jobs: run: | conda activate env export CC=clang - python setup.py build + python -m pip install -U pip -r requirements_test.txt -r requirements.txt + python -m pip install -v -e . - name: Run tests shell: "bash -l {0}" diff --git a/.github/workflows/ci-windows.yaml b/.github/workflows/ci-windows.yaml index 31ed08cd..fa32cf1d 100644 --- a/.github/workflows/ci-windows.yaml +++ b/.github/workflows/ci-windows.yaml @@ -38,7 +38,8 @@ jobs: run: | conda activate env export CC=clang - python setup.py build + python -m pip install -U pip -r requirements_test.txt -r requirements.txt + python -m pip install -v -e . - name: Run tests shell: "bash -l {0}" diff --git a/docs/release.rst b/docs/release.rst index 08629a3a..ea8ebb47 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -1,13 +1,22 @@ Release notes ============= +.. _unreleased: + +Unreleased +---------- + +* Update Windows + Mac CI to run all tests. + By :user:`Jackson Maxfield Brown `, :issue:`276`. + Help from :user:`Oleg Höfling `, :issue:`273`. + .. _release_0.7.3: 0.7.3 ----- * Add support for Python 3.9 and Update GitHub Actions. - By :user:`Jackson Maxfield `, :issue:`270`. + By :user:`Jackson Maxfield Brown `, :issue:`270`. * Remove support for Python 3.5 which is end of life. While the code base might still be compatible; the source dist and wheel are marked as Python 3.6+ and