Skip to content

Commit

Permalink
max no dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoming0625 committed Aug 25, 2024
1 parent d49a814 commit 83aa5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
python -m pip install --upgrade pip setuptools --no-cache-dir
python -m pip install -r requirements-dev.txt --no-cache-dir
rm pyproject.toml
python setup.py install
python setup.py develop --no-deps
- name: Test with pytest
run: |
pytest tests/
Expand Down

0 comments on commit 83aa5b5

Please sign in to comment.