Skip to content

Commit

Permalink
use pip install for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Oct 26, 2024
1 parent df19052 commit be80982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cgatcore_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
conda list
- name: Test
run: |
python setup.py install
pip install .
./all-tests.sh

0 comments on commit be80982

Please sign in to comment.