Skip to content

Commit 90318e7

Browse files
author
Winfried Bruns
committed
scrips renamed
1 parent 19c316e commit 90318e7

File tree

5 files changed

+6
-106
lines changed

5 files changed

+6
-106
lines changed
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,3 @@ fi
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.

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

.travis-install-normaliz.sh

Lines changed: 0 additions & 33 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)