File tree Expand file tree Collapse file tree 3 files changed +21
-10
lines changed Expand file tree Collapse file tree 3 files changed +21
-10
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # This environment is smaller than the dev environment.
3
+ #
4
+ # Until conda supports creating env from pyproject.toml
5
+ # (https://github.com/conda/conda/pull/12666)
6
+ # we need to maintain environment-ci.yml file that is inline with deps in
7
+ # pyproject.toml
8
+ #
9
+ name : jupytext-ci
10
+ channels :
11
+ - defaults
12
+ - conda-forge
13
+ dependencies :
14
+ - python>=3.8
15
+ - jupyterlab>=4.0.0
16
+ - nbformat>=5.1.2
17
+ - pandoc==2.16.2
Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
os : [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
16
- python-version : [ 3.9 ]
16
+ python-version : [ 3.11 ]
17
17
runs-on : ${{ matrix.os }}
18
18
19
19
steps :
@@ -31,10 +31,10 @@ jobs:
31
31
with :
32
32
auto-update-conda : true
33
33
auto-activate-base : false
34
- activate-environment : jupytext-dev
34
+ activate-environment : jupytext-ci
35
35
python-version : ${{ matrix.python-version }}
36
36
channels : defaults,conda-forge
37
- environment-file : environment.yml
37
+ environment-file : .ci/ environment-ci .yml
38
38
use-only-tar-bz2 : true
39
39
40
40
- name : Install from source
Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ dependencies:
6
6
- python>=3.8
7
7
- jupyterlab>=4.0.0
8
8
- nbformat>=5.1.2
9
- - pyyaml
10
- - toml
11
- - markdown-it-py>=1.0.0,<3.0.0
12
- - mdit-py-plugins
13
- - nbconvert
14
- - ipykernel
15
- - pandoc==2.16.2
16
9
- pre-commit
17
10
- nodejs>=20
11
+ - pandoc==2.16.2
You can’t perform that action at this time.
0 commit comments