Skip to content

Commit

Permalink
Do not call python setup.py (#212)
Browse files Browse the repository at this point in the history
* Do not call `python setup.py`

* Update for Black 23

* Try Python 3.9
  • Loading branch information
mattwthompson authored Jul 24, 2023
1 parent 5fc11f4 commit c17e96e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

- name: Install Package
run: |
python setup.py develop --no-deps
python -m pip install .
- name: Conda Environment Information
run: |
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,7 @@ ENV/
.mypy_cache/

# PyCharm
.idea
.idea

# macOS
.DS_Store

0 comments on commit c17e96e

Please sign in to comment.