From 64e7e106ebc6f13271c291280be9e43452b8342f Mon Sep 17 00:00:00 2001 From: Mario Graff Date: Wed, 5 Jun 2024 10:39:44 -0500 Subject: [PATCH] Missing EvoMSA --- .github/workflows/pip.yaml | 4 ++-- .github/workflows/test.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pip.yaml b/.github/workflows/pip.yaml index f41cdd0..783f922 100644 --- a/.github/workflows/pip.yaml +++ b/.github/workflows/pip.yaml @@ -14,7 +14,7 @@ jobs: shell: bash -l {0} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, windows-latest] python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2 @@ -32,7 +32,7 @@ jobs: run: | conda install --yes pip pip install twine build - conda install --yes numpy scipy scikit-learn nose + conda install --yes numpy scipy scikit-learn nose evomsa python -m build - name: Pip if: ${{ runner.os == 'Linux' }} diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3680cd6..7c3fee3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,7 +32,7 @@ jobs: conda install --yes pip pip install coverage pip install coveralls - conda install --yes numpy scipy scikit-learn nose + conda install --yes numpy scipy scikit-learn nose evomsa python setup.py build_ext --inplace - name: Tests on Linux if: ${{ runner.os == 'Linux' }}