Skip to content

Commit d8c91be

Browse files
committed
new pkg tests
1 parent 0f94065 commit d8c91be

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
python ./test_unit.py
4848
- name: Prepare pkg tests
4949
run: |
50-
pip install git+https://github.com/rtmigo/chkpkg_py#egg=chkpkg
50+
pip install chkpkg
51+
#pip install git+https://github.com/rtmigo/chkpkg_py#egg=chkpkg
5152
- name: Run pkg tests
5253
run: |
5354
python ./test_pkg.py

test_pkg.sh

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

0 commit comments

Comments
 (0)