Skip to content

Commit

Permalink
Remove atheris to fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Dec 10, 2023
1 parent 9ee698e commit 4fb5a32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
architecture: x64
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools numpy
pip install --progress-bar off -r requirements-dev.txt
python -m pip install --upgrade pip setuptools
pip install --progress-bar off numpy matplotlib scipy mypy flake8 black
- run: flake8 . --show-source --statistics
- run: black --check .
- run: mypy cmaes
Expand Down

0 comments on commit 4fb5a32

Please sign in to comment.