Skip to content

Commit f4bd6ab

Browse files
committed
Add a test that library installs properly
Check that can be imported from another directory.
1 parent a0bb6f3 commit f4bd6ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ jobs:
5252
- name: Check that installs
5353
run: |
5454
python setup.py install
55+
cd ..
56+
python -c "import axelrod"

0 commit comments

Comments
 (0)