Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 23, 2022
1 parent baac59d commit c85d5b1
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/python:3.10.1
- image: cimg/python:3.10.5

working_directory: ~/repo

Expand Down Expand Up @@ -48,8 +48,6 @@ jobs:
- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
pip install tkinterquickhelper pyensae --no-deps
pip install scipy scikit-learn blockdiag nbconvert
Expand All @@ -63,29 +61,15 @@ jobs:
- run:
name: run tests
command: |
. venv/bin/activate
export PYTHONPATH=src
python setup.py unittests
- run:
name: wheel
command: |
. venv/bin/activate
python setup.py bdist_wheel
mkdir -p test-reports/dist
cp dist/*.whl test-reports/dist
# - run:
# name: documentation
# command: |
# . venv/bin/activate
# python setup.py build_sphinx
#
# - run:
# name: copy documentation
# command: |
# mkdir -p test-reports/doc
# zip -r -9 test-reports/doc/documentation_html.zip _doc/sphinxdoc/build/html
- store_artifacts:
path: test-reports
Expand Down

0 comments on commit c85d5b1

Please sign in to comment.