File tree Expand file tree Collapse file tree 5 files changed +6
-106
lines changed
Expand file tree Collapse file tree 5 files changed +6
-106
lines changed Original file line number Diff line number Diff line change 2222
2323./install_pynormaliz.sh --user
2424
25- echo " #######"
26- pip --version
27-
28- if [[ $OSTYPE != darwin* ]]; then
29- cd PyNormaliz
30- python setup.py sdist
31- sudo pip install --no-index --no-deps --force-reinstal -v dist/PyNormaliz-* .tar.gz
32- python -c " import PyNormaliz"
33- fi
34-
File renamed without changes.
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ jobs:
2323 ./.ci-install-normaliz.sh
2424 - name : " Install PyNormaliz"
2525 run : |
26- ./.install_our_PyNormaliz .sh
26+ ./.ci-install-pynormaliz .sh
2727 - name : " Run tests"
2828 run : |
29- ./.run_our_tests .sh
29+ ./.ci-run-tests .sh
3030
3131 no-eantic :
3232 runs-on : ubuntu-latest
@@ -46,10 +46,10 @@ jobs:
4646 ./.ci-install-normaliz.sh
4747 - name : " Install PyNormaliz"
4848 run : |
49- ./.install_our_PyNormaliz .sh
49+ ./.ci-install-pynormaliz .sh
5050 - name : " Run tests"
5151 run : |
52- ./.run_our_tests .sh
52+ ./.ci-run-tests .sh
5353
5454 mac-os :
5555 runs-on : macos-latest
@@ -76,10 +76,10 @@ jobs:
7676 ./.ci-install-normaliz.sh
7777 - name : " Install PyNormaliz"
7878 run : |
79- ./.install_our_PyNormaliz .sh
79+ ./.ci-install-pynormaliz .sh
8080 - name : " Run tests"
8181 run : |
82- ./.run_our_tests .sh
82+ ./.ci-run-tests .sh
8383
8484# eantic-nauty:
8585# runs-on: ubuntu-latest
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments