Skip to content

Commit

Permalink
Install cutax with pip (#1793)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Aug 3, 2024
1 parent 1ad1b16 commit ef48dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/do_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ case "$1" in
then
git checkout $CUTAX_VERSION
fi
python setup.py install --user
pip install -e ./ --user
cd ..
pytest cutax || { echo 'cutax tests failed' ; exit 1; }
;;
Expand Down

0 comments on commit ef48dee

Please sign in to comment.