Skip to content

Commit

Permalink
#236: - added package import after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 authored and Marcin Wróbel committed Nov 10, 2022
1 parent b6bae3a commit f7ed01e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ jobs:
export ZOLTAN=${{ env.zoltan_dir }}
pip install -r ${{ env.zoltan_dir }}/pyzoltan/requirements.txt
pip install pyzoltan --no-build-isolation
- name: Importing Packages
run: |
python3 ${{ env.home_dir }}/scripts/test_imports.py
10 changes: 10 additions & 0 deletions scripts/test_imports.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import vtk
import numpy
import yaml
import brotli
import schema
import sklearn
import colorama

import mpi4py
from pyzoltan.core import zoltan

0 comments on commit f7ed01e

Please sign in to comment.