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

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 23, 2022
1 parent 644edcc commit 73b4a84
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
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 @@ -46,8 +46,6 @@ jobs:
- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
pip install scipy scikit-learn
Expand All @@ -60,14 +58,12 @@ jobs:
- run:
name: run tests
command: |
. venv/bin/activate
export PYTHONPATH=src
python setup.py unittests
- run:
name: wheel
command: |
. venv/bin/activate
export PYTHONPATH=src
python setup.py bdist_wheel
mkdir -p test-reports/dist
Expand Down

0 comments on commit 73b4a84

Please sign in to comment.