Skip to content

Commit

Permalink
Missing EvoMSA
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraffg committed Jun 5, 2024
1 parent a525f54 commit 64e7e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pip.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 64e7e10

Please sign in to comment.