Skip to content

Commit faee5cc

Browse files
Checkout .github/workflows/gap.yml from main
1 parent 42d8828 commit faee5cc

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/gap.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ jobs:
2626
- master
2727
- stable-4.11
2828
- stable-4.12
29+
- stable-4.13
2930
pkgs-to-clone:
3031
- NautyTracesInterface
3132
ABI: ['']
3233

3334
include:
3435
- gap-branch: stable-4.10
35-
pkgs-to-clone: datastructures
3636
os: ubuntu
3737
- gap-branch: master
38-
pkgs-to-clone: "datastructures NautyTracesInterface"
38+
pkgs-to-clone: "NautyTracesInterface"
3939
os: macos
4040
- gap-branch: master
4141
os: ubuntu
@@ -61,6 +61,16 @@ jobs:
6161
run: |
6262
curl --retry 5 -L -O "https://digraphs.github.io/Digraphs/${{ env.DIGRAPHS_LIB }}.tar.gz"
6363
tar xf "${{ env.DIGRAPHS_LIB }}.tar.gz"
64+
- name: "Clone datastructures v0.3.0"
65+
if: ${{ matrix.gap-branch == 'stable-4.10' }}
66+
run: |
67+
rm -rf $HOME/gap/pkg/datastructures
68+
cd $HOME/gap/pkg/
69+
git clone https://github.com/gap-packages/datastructures.git datastructures
70+
cd datastructures
71+
git checkout v0.3.0
72+
./configure
73+
make
6474
- name: "Run DigraphsTestInstall"
6575
uses: gap-actions/run-pkg-tests@v2
6676
with:

0 commit comments

Comments
 (0)