File tree Expand file tree Collapse file tree 3 files changed +4
-18
lines changed Expand file tree Collapse file tree 3 files changed +4
-18
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
# These next lines defines a Docker executors: https://circleci.com/docs/2.0/executor-types/
19
19
# You can specify an image from Dockerhub or use one of the convenience images from CircleCI's Developer Hub
20
20
# A list of available CircleCI Docker convenience images are available here: https://circleci.com/developer/images/image/cimg/python
21
- # The executor is the environment in which the steps below will be executed - below will use a python 3.10.2 container
21
+ # The executor is the environment in which the steps below will be executed
22
22
# Change the version below to your required version of python
23
23
docker :
24
- - image : cimg/python:3.10.2
24
+ - image : cimg/python:3.10
25
25
# Checkout the code as the first step. This is a dedicated CircleCI step.
26
26
# The python orb's install-packages step will install the dependencies from a Pipfile via Pipenv by default.
27
27
# Here we're making sure we use just use the system-wide pip. By default it uses the project root's requirements.txt.
48
48
name : Install napari-dev
49
49
command : |
50
50
. venv/bin/activate
51
- python -m pip install -e napari/".[pyside ,dev]" -c "napari/resources/constraints/constraints_py3.10.txt"
51
+ python -m pip install -e napari/".[pyqt ,dev]" -c "napari/resources/constraints/constraints_py3.10.txt"
52
52
- run :
53
53
name : Build docs
54
54
command : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ matplotlib
14
14
qtgallery
15
15
lxml
16
16
imageio-ffmpeg
17
+ tomli-w
You can’t perform that action at this time.
0 commit comments