Skip to content

Commit

Permalink
Use pip to install BioSimSpace.
Browse files Browse the repository at this point in the history
  • Loading branch information
lohedges committed Oct 22, 2024
1 parent 65d4d51 commit fbe11a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Clone BioSimSpace (we use the latest devel version)
run: git clone https://github.com/openbiosim/biosimspace
- name: Install BioSimSpace
run: python setup.py install
run: pip install .
working-directory: biosimspace/python
- name: Run BioSimSpace tests
run: pytest tests
Expand Down

0 comments on commit fbe11a3

Please sign in to comment.