Skip to content

Commit

Permalink
Replace setup.py install with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMW committed May 2, 2023
1 parent c0f14dd commit 3333f01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Expand Up @@ -44,11 +44,11 @@ jobs:
- name: Test with pytest-cov
run: |
python setup.py install
beamspy --help
conda install pytest codecov pytest-cov -c conda-forge
python -m pip install --no-deps -e .
beamspy --help
pytest --cov ./ --cov-config=.coveragerc --cov-report=xml
- name: Upload code coverage to codecov
Expand Down

0 comments on commit 3333f01

Please sign in to comment.