Skip to content

Commit

Permalink
ci: jupyter server can import cadCAD
Browse files Browse the repository at this point in the history
  • Loading branch information
JEJodesty committed Jun 22, 2021
1 parent 99109ab commit ba0383a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,11 @@ jobs:
jupyterServerTest:
docker:
- image: cimg/python:3.9.5
# executor: python3_9_5/default
steps:
- checkout
- python/load-cache
# - python/install-deps
# - python/save-cache
# - run: python --version
- run: ls testing/tests
- run: python --version
- run: pip install --upgrade pip
# - run: pip install -r requirements.txt
- run: pip install jupyter
- python/save-cache
- run: python setup.py bdist_wheel
Expand Down

0 comments on commit ba0383a

Please sign in to comment.