Skip to content

Commit

Permalink
Testing whether deps are handled automatically in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lothian committed Dec 27, 2023
1 parent 8d9ede4 commit 57e8b46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ jobs:
- name: Install MagPy and Deps
run: |
python -m pip install .
pip install opt_einsum
pip install -e .
pip install pytest
- name: Test and generate coverage report
Expand Down

0 comments on commit 57e8b46

Please sign in to comment.