File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,11 @@ jobs:
2020 strategy :
2121 fail-fast : false
2222 matrix :
23- package : [tskit, tscompare, pyslim]
23+ package : [tscompare, pyslim]
2424 version : [stable]
2525
2626 include :
2727
28- - package : tskit
29- cache-version : v17
30- additional-setup : sudo apt-get install -y libgsl0-dev doxygen
31- allow-pre-stable : true
32- subdir : python
33- make-command : make -C python
34-
3528 - package : tscompare
3629 cache-version : v2
3730 requirements-path : requirements/CI-docs-pip/requirements.txt
@@ -208,6 +201,7 @@ jobs:
208201 cache-version : v1
209202
210203 # Stable builds: add an explicit entry per package as it is migrated.
204+ # Add "stable" to the list above when done and delete this section
211205 - package : kastore
212206 version : stable
213207 additional-apt-packages : doxygen
@@ -245,6 +239,13 @@ jobs:
245239 version : stable
246240 cache-version : v10
247241
242+ - package : tskit
243+ version : stable
244+ additional-apt-packages : doxygen
245+ pre-build-command : cd docs/doxygen && doxygen
246+ pyproject-directory : python
247+ cache-version : v18
248+
248249 steps :
249250 - name : Checkout ${{ matrix.package }}
250251 uses : actions/checkout@v4.2.2
You can’t perform that action at this time.
0 commit comments