File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: Tests
2
2
3
3
on : push
4
4
5
+ concurrency :
6
+ group : test-${{ github.ref }}
7
+ cancel-in-progress : true
8
+
5
9
jobs :
6
10
test :
7
11
runs-on : ${{ matrix.os }}
Original file line number Diff line number Diff line change 3
3
version : 2
4
4
5
5
build :
6
- image : latest
6
+ os : " ubuntu-22.04"
7
+ tools :
8
+ python : " 3.9"
7
9
apt_packages :
8
10
- ffmpeg
9
11
@@ -12,8 +14,10 @@ sphinx:
12
14
configuration : docs/conf.py
13
15
fail_on_warning : true
14
16
17
+ formats :
18
+ - pdf
19
+
15
20
python :
16
- version : 3.8
17
21
install :
18
22
- requirements : docs/requirements.txt
19
23
- method : pip
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ ipykernel
2
2
matplotlib
3
3
nbsphinx
4
4
pandoc
5
- https://github.com/spatial-model-editor/spatial-model-editor/releases/download/latest/sme-latest-cp38-cp38 -manylinux_2_17_x86_64.manylinux2014_x86_64.whl
5
+ https://github.com/spatial-model-editor/spatial-model-editor/releases/download/latest/sme-latest-cp39-cp39 -manylinux_2_17_x86_64.manylinux2014_x86_64.whl
You can’t perform that action at this time.
0 commit comments