@@ -31,7 +31,7 @@ jobs:
- name: Install Taipy without dependencies
run: |
pip install .
- rm -rf src taipy
+ rm -rf src
python -c "import taipy as tp; tp.Scenario"
python -c "import taipy as tp; tp.gui"
@@ -4,23 +4,8 @@ __pycache__
# Distribution / packaging
Pipfile.lock
-.Python
-env/
build/
-develop-eggs/
-dist/
-downloads/
-eggs/
-.eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-wheels/
*.egg-info/
-.installed.cfg
-*.egg
# IDE settings
.vscode/
@@ -11,7 +11,7 @@ taipy-rest = {git = "https://git@github.com/Avaiga/taipy-rest.git@develop"}
pytest = "*"
[requires]
-python_version = "3.9"
+python_version = "3.8"
[pipenv]
allow_prereleases = true